ConfirmParams
ConfirmParams =
object
Properties
dangerous?
optionaldangerous?:boolean
When true, the dialog renders in red/danger style (destructive actions like delete). When false or omitted, the dialog renders in primary color (neutral confirmations).
guardMessage?
optionalguardMessage?:string
The message to display in the dialog as a warning that action is irreversible
message?
optionalmessage?:string
The message to display in the dialog
messageHtml?
optionalmessageHtml?:string
Message to display in the dialog as HTML (can be used instead of message)
no?
optionalno?:string
The text to display in the "cancel" button
title?
optionaltitle?:string
The title to display in the dialog
yes?
optionalyes?:string
The text to display in the "accept" button