Appearance
Home > @liquidrazor/list-display > ListActionBase
ListActionBase interface
Signature:
typescript
export interface ListActionBase<TRow = any, TRowId = string | number>Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
ReactNode | (Optional) | ||
string | |||
(Optional) | |||
string | |||
ModalConfig<TRow, TRowId> | (Optional) Modal configuration if the action requires one. | ||
boolean | (Optional) Whether this action conceptually owns a modal (confirm/custom). |