foundation-entity-management.customaction.action
Home > @genesislcap/foundation-entity-management > CustomAction > action
CustomAction.action property
Signature:
action: {
type: 'event';
event: string;
hasForm: boolean;
defaultValues?: DefaultValues;
uiSchema?: UiSchema;
} | {
type: 'callback';
callback: (rowData: any) => void;
};