Skip to content

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 ActiveActionState

Properties

Property

Modifiers

Type

Description

actionId

string

Identifier of the action as defined in the configuration.

rowId?

RowId

(Optional) Identifier of the row associated with the action, when applicable.

type

"general" | "row"

Whether the active action targets the entire list or a single row.