Appearance
Home > @liquidrazor/list-display > ConfirmModalConfig
ConfirmModalConfig interface
Configuration for the built-in confirmation modal used by actions that need a simple yes/no flow.
Signature:
typescript
export interface ConfirmModalConfigProperties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | (Optional) Label for the cancel button. Defaults are provided by the UI layer. | ||
string | (Optional) Label for the confirm button. Defaults are provided by the UI layer. | ||
ReactNode | (Optional) Optional descriptive text rendered under the title. | ||
string | Title displayed at the top of the modal. | ||
"confirm" | Discriminator indicating a confirm modal. |