foundation-entity-management.customaction
Home > @genesislcap/foundation-entity-management > CustomAction
CustomAction interface
Signature:
export interface CustomAction
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
{ type: 'event'; event: string; hasForm: boolean; defaultValues?: DefaultValues; uiSchema?: UiSchema; } | { type: 'callback'; callback: (rowData: any) => void; } | |||
|
string |
(Optional) | ||
|
(Optional) | |||
|
string |
(Optional) | ||
|
string | |||
|
(Optional) | |||
|
boolean |
(Optional) | ||
|
string |
(Optional) |