Preparing search index...
The search index is not available
API Documentation
API Documentation
TableActionItem
Interface TableActionItem<T>
Links a
TableAction
to the "enabled" state.
interface
TableActionItem
<
T
>
{
action
:
T
;
enabled
:
boolean
;
}
Type Parameters
T
extends
TableAction
Index
Properties
action
enabled
Properties
action
action
:
T
A TableAction
enabled
enabled
:
boolean
true
if the action enabled.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
action
enabled
API Documentation
Loading...
Links a TableAction to the "enabled" state.