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