Appearance
Home > @liquidrazor/list-display > ModalOutletProps
ModalOutletProps interface
Props forwarded to the modal outlet slot which orchestrates confirmation or custom modals associated with actions.
Signature:
typescript
export interface ModalOutletPropsProperties
Property | Modifiers | Type | Description |
|---|---|---|---|
Array<GeneralAction<any, any>> | (Optional) General list actions that may open a modal. | ||
() => void | Callback when the active modal flow is cancelled. | ||
(payload?: unknown) => void | Promise<void> | Callback when the active modal flow is confirmed. | ||
Array<RowAction<any, any>> | (Optional) Row-specific actions that may open a modal. | ||
ListState<any> | Current list state, including modal metadata. |