Appearance
Home > @liquidrazor/list-display > ActiveActionState
ActiveActionState interface
Tracks which action is currently active in the UI, optionally tied to a row.
Signature:
typescript
export interface ActiveActionStateProperties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | Identifier of the action as defined in the configuration. | ||
(Optional) Identifier of the row associated with the action, when applicable. | |||
"general" | "row" | Whether the active action targets the entire list or a single row. |