Hierarchy

  • ConfirmStrings

Properties

cancelButtonLabel?: string

(Optional) The cancel button label. If you do not specify the cancel button label, Cancel is used as the button label.

confirmButtonLabel?: string

(Optional) The confirm button label.If you do not specify the button label, OK is used as the button label.

subtitle?: string

(Optional) The subtitle to be displayed in the confirmation dialog.

text: string

The message to be displyed in the alert dialog.

title?: string

(Optional) The title to be displyed in the confirmation dialog.

Generated using TypeDoc