Class SetTouchEmulationEnabledCommandSettings
Toggles mouse event-based touch event emulation.
public sealed class SetTouchEmulationEnabledCommandSettings : ICommand
- Inheritance
-
SetTouchEmulationEnabledCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Configuration
Touch/gesture events configuration. Default: current platform.
[JsonPropertyName("configuration")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Configuration { get; set; }
Property Value
Enabled
Whether the touch event emulation should be enabled.
[JsonPropertyName("enabled")]
public bool Enabled { get; set; }