@spartanfx/react v1.2.2
@spartanfx/react / index / ICustomAction
Interface: ICustomAction
Custom action definition.
Properties
Required
| Property | Type | Description |
|---|
id | string | Unique action identifier |
label | string | Display label |
onClick | (items) => void | Action handler |
Options
| Property | Type | Description |
|---|
icon? | ReactNode | Icon element |
multiSelect? | boolean | Whether action supports multi-select |
Events & callbacks
| Property | Type | Description |
|---|
disabled? | (items) => boolean | Disabled condition |
visible? | (items) => boolean | Visibility condition |