Class GetHighlightObjectForTestCommandSettings
GetHighlightObjectForTest
public sealed class GetHighlightObjectForTestCommandSettings : ICommand
- Inheritance
-
GetHighlightObjectForTestCommandSettings
- Implements
- Inherited Members
Properties
ColorFormat
Gets or sets the colorFormat
[JsonPropertyName("colorFormat")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ColorFormat? ColorFormat { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
IncludeDistance
Gets or sets the includeDistance
[JsonPropertyName("includeDistance")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IncludeDistance { get; set; }
Property Value
- bool?
IncludeStyle
Gets or sets the includeStyle
[JsonPropertyName("includeStyle")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IncludeStyle { get; set; }
Property Value
- bool?
NodeId
Gets or sets the nodeId
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }
Property Value
ShowAccessibilityInfo
Gets or sets the showAccessibilityInfo
[JsonPropertyName("showAccessibilityInfo")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ShowAccessibilityInfo { get; set; }
Property Value
- bool?