DialogRequest ​
Represents a request for a dialog.
Kind: Class
Namespace: CrowdControl.Common
Public Constructors
DialogRequest()
Public Attributes
Guid
Identifier
Unique identifier for the dialog request.
string
Origin
The origin of the dialog request. This is used to identify the source of the request.
string
Title
The title of the dialog.
string
Text
The text content of the dialog.
string[]
Buttons
The text content of the dialog buttons, in the order they should be displayed.
string[]
TextInputs
The names of the text inputs in the dialog, in the order they should be displayed.
string[]
TextInputDefaults
The default values for the text inputs, in the order they should be displayed.
IconType?
Icon
The type of icon to display in the dialog.
