Documentation / dialogs/ConfirmationDialogRequest
dialogs/ConfirmationDialogRequest
Classes
ConfirmationDialogRequest
Represents the request for a standard dialog.
Constructors
new ConfirmationDialogRequest()
new ConfirmationDialogRequest(
title
,message
,buttons
):ConfirmationDialogRequest
Initializes a new instance of ConfirmationDialogRequest.
Parameters
title
string
The title of the dialog.
message
string
The message to show in the dialog.
buttons
Buttons to use in the dialog.
Returns
Defined in
Source/JavaScript/Applications.React.MVVM/dialogs/ConfirmationDialogRequest.ts:17
Properties
buttons
readonly
buttons:DialogButtons
Buttons to use in the dialog.
Defined in
Source/JavaScript/Applications.React.MVVM/dialogs/ConfirmationDialogRequest.ts:20
message
readonly
message:string
The message to show in the dialog.
Defined in
Source/JavaScript/Applications.React.MVVM/dialogs/ConfirmationDialogRequest.ts:19
title
readonly
title:string
The title of the dialog.
Defined in
Source/JavaScript/Applications.React.MVVM/dialogs/ConfirmationDialogRequest.ts:18