DialogConfirmOptions
Reference — DialogConfirmOptions in the Mutka module API.
Interface: DialogConfirmOptions
Defined in: types.ts:84
Properties
destructive?
optional destructive?: boolean;Defined in: types.ts:90
When true the confirm button is styled red. Use for destructive actions.
detail?
optional detail?: string;Defined in: types.ts:88
Secondary descriptive text, shown smaller below the message
message
message: string;Defined in: types.ts:86
Main question shown in the dialog