Skip to content

Home > @liquidrazor/list-display > ListActionBase

ListActionBase interface

Signature:

typescript
export interface ListActionBase<TRow = any, TRowId = string | number>

Properties

Property

Modifiers

Type

Description

icon?

ReactNode

(Optional)

id

string

kind?

ActionKind

(Optional)

label

string

modal?

ModalConfig<TRow, TRowId>

(Optional) Modal configuration if the action requires one.

opensModal?

boolean

(Optional) Whether this action conceptually owns a modal (confirm/custom).