Appearance
Home > @liquidrazor/list-display > ModalConfig
ModalConfig type
Union describing the supported modal configurations for actions.
Signature:
typescript
export type ModalConfig<TRow = any, TRowId = string | number> = ConfirmModalConfig | CustomModalConfig<TRow, TRowId>;References: ConfirmModalConfig, CustomModalConfig