Class JavascriptDialogOpeningEventArgs
JavascriptDialogOpening
public sealed class JavascriptDialogOpeningEventArgs : EventArgs
- Inheritance
-
JavascriptDialogOpeningEventArgs
- Inherited Members
Properties
DefaultPrompt
Gets or sets the defaultPrompt
[JsonPropertyName("defaultPrompt")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string DefaultPrompt { get; set; }
Property Value
HasBrowserHandler
Gets or sets the hasBrowserHandler
[JsonPropertyName("hasBrowserHandler")]
public bool HasBrowserHandler { get; set; }
Property Value
Message
Gets or sets the message
[JsonPropertyName("message")]
public string Message { get; set; }
Property Value
Type
Gets or sets the type
[JsonPropertyName("type")]
public DialogType Type { get; set; }
Property Value
Url
Gets or sets the url
[JsonPropertyName("url")]
public string Url { get; set; }