Skip to content

Home > @liquidrazor/list-display > ModalState

ModalState interface

State for the modal experience tied to actions.

Signature:

typescript
export interface ModalState

Properties

Property

Modifiers

Type

Description

actionId?

string

(Optional) Identifier of the action owning the modal.

isOpen

boolean

Whether a modal is currently shown.

rowId?

RowId

(Optional) Identifier of the row associated with the modal, if any.