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
On this page