Class EnableCommandSettings
Enables page domain notifications.
public sealed class EnableCommandSettings : ICommand
- Inheritance
-
EnableCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
EnableFileChooserOpenedEvent
If true, the Page.fileChooserOpened event will be emitted regardless of the state set by
Page.setInterceptFileChooserDialog command (default: false).
[JsonPropertyName("enableFileChooserOpenedEvent")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? EnableFileChooserOpenedEvent { get; set; }
Property Value
- bool?