Class SetFocusEmulationEnabledCommandSettings
Enables or disables simulating a focused and active page.
public sealed class SetFocusEmulationEnabledCommandSettings : ICommand
- Inheritance
-
SetFocusEmulationEnabledCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Enabled
Whether to enable to disable focus emulation.
[JsonPropertyName("enabled")]
public bool Enabled { get; set; }