Class GetNodeForLocationCommandSettings
GetNodeForLocation
public sealed class GetNodeForLocationCommandSettings : ICommand
- Inheritance
-
GetNodeForLocationCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
IgnorePointerEventsNone
Gets or sets the ignorePointerEventsNone
[JsonPropertyName("ignorePointerEventsNone")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IgnorePointerEventsNone { get; set; }
Property Value
- bool?
IncludeUserAgentShadowDOM
Gets or sets the includeUserAgentShadowDOM
[JsonPropertyName("includeUserAgentShadowDOM")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IncludeUserAgentShadowDOM { get; set; }
Property Value
- bool?
X
Gets or sets the x
[JsonPropertyName("x")]
public long X { get; set; }
Property Value
Y
Gets or sets the y
[JsonPropertyName("y")]
public long Y { get; set; }