8.8 released—CSS Media Query support, SF Symbols and much more...
Learn more
interface ConfirmOptions extends AlertOptions {
  cancelButtonText: string;
  neutralButtonText: string;
}
Provides options for the confirm dialog.

Summary

Properties

cancelButtonText
neutralButtonText
2 properties inherited from CancelableOptions
Click to expand
2 properties inherited from DialogOptions
Click to expand
1 properties inherited from AlertOptions
Click to expand

Properties

cancelButtonText

cancelButtonText?: string
Gets or sets the Cancel button text.

neutralButtonText

neutralButtonText?: string
Gets or sets the neutral button text.