Home > @activeviam/activeui-sdk > ActionProperties
ActionProperties interface
Properties of a deserialized action plugin, curried with a payload
argument holding the API of the target widget.
Signature:
export interface ActionProperties
Remarks
See the action plugin for more details.
Properties
Property | Type | Description |
---|---|---|
caption | string | null | undefined | |
execute | () => Promise<ActionResult> | |
Icon | React.ComponentType<{ style?: React.CSSProperties; }> | |
isDisabled | boolean | |
key | string | undefined |