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.
emphasisText?โ
readonlyoptionalemphasisText:string
Defined in: src/stores/ui/useConfirmDialogStore.ts:40
Optional substring of ConfirmDialogOptions.message that should be visually emphasized.
messageโ
readonlymessage:string
Defined in: src/stores/ui/useConfirmDialogStore.ts:42
Primary message describing the action.
titleโ
readonlytitle:string
Defined in: src/stores/ui/useConfirmDialogStore.ts:44
Dialog headline shown to the user.
tone?โ
readonlyoptionaltone:ConfirmDialogTone
Defined in: src/stores/ui/useConfirmDialogStore.ts:46
Visual tone for the confirm action button.