Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
Interfaces
ConfirmOptions
ConfirmOptions
interface ConfirmOptions extends AlertOptions { cancelButtonText: string; neutralButtonText: string; }
Provides options for the confirm dialog.
Summary
Properties
Properties
cancelButtonText
Gets or sets the Cancel button text.
neutralButtonText
Gets or sets the neutral button text.
- Previous
- ComponentModule
- Next
- CreateViewEventData