Preparing search index...
The search index is not available
map.apps Bundle APIs 4.19.0
map.apps Bundle APIs 4.19.0
result-api
api
TableActionItem
Interface TableActionItem<T>
Links a
TableAction
to the "enabled" state.
interface
TableActionItem
<
T
extends
TableAction
>
{
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
External
Theme
OS
Light
Dark
On This Page
Properties
action
enabled
map.apps Bundle APIs 4.19.0
Loading...
Links a TableAction to the "enabled" state.