Interface: ConfirmDialogOptions
Defined in: src/stores/ui/useConfirmDialogStore.ts:28
Options accepted when requesting a confirmation dialog.
Propertiesโ
cancelLabel?โ
readonlyoptionalcancelLabel:string
Defined in: src/stores/ui/useConfirmDialogStore.ts:30
Custom label for the cancel action button.
confirmLabel?โ
readonlyoptionalconfirmLabel:string
Defined in: src/stores/ui/useConfirmDialogStore.ts:32
Custom label for the confirm action button.
details?โ
readonlyoptionaldetails:string
Defined in: src/stores/ui/useConfirmDialogStore.ts:34
Optional additional detail text.
messageโ
readonlymessage:string
Defined in: src/stores/ui/useConfirmDialogStore.ts:36
Primary message describing the action.
titleโ
readonlytitle:string
Defined in: src/stores/ui/useConfirmDialogStore.ts:38
Dialog headline shown to the user.
tone?โ
readonlyoptionaltone:ConfirmDialogTone
Defined in: src/stores/ui/useConfirmDialogStore.ts:40
Visual tone for the confirm action button.