Preview 2.0 is now in Public Beta!
Read the Announcement
Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
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.