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