Skip to main content
Version: 1.0.4

ICustomAction

@spartanfx/react v1.0.4


@spartanfx/react / ICustomAction

Interface: ICustomAction

Custom action definition.

Properties

PropertyTypeDescription
disabled?(items) => booleanDisabled condition
icon?ReactNodeIcon element
idstringUnique action identifier
labelstringDisplay label
multiSelect?booleanWhether action supports multi-select
onClick(items) => voidAction handler
visible?(items) => booleanVisibility condition