Class HandleJavaScriptDialogCommandSettings
HandleJavaScriptDialog
public sealed class HandleJavaScriptDialogCommandSettings : ICommand
- Inheritance
-
HandleJavaScriptDialogCommandSettings
- Implements
- Inherited Members
Properties
Accept
Gets or sets the accept
[JsonPropertyName("accept")]
public bool Accept { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
PromptText
Gets or sets the promptText
[JsonPropertyName("promptText")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string PromptText { get; set; }