Class GetHighlightObjectForTestCommandSettings
For testing.
public sealed class GetHighlightObjectForTestCommandSettings : ICommand
- Inheritance
-
GetHighlightObjectForTestCommandSettings
- Implements
- Inherited Members
Properties
ColorFormat
The color format to get config with (default: hex).
[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
Whether to include distance info.
[JsonPropertyName("includeDistance")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IncludeDistance { get; set; }
Property Value
- bool?
IncludeStyle
Whether to include style info.
[JsonPropertyName("includeStyle")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IncludeStyle { get; set; }
Property Value
- bool?
NodeId
Id of the node to get highlight object for.
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }
Property Value
ShowAccessibilityInfo
Whether to show accessibility info (default: true).
[JsonPropertyName("showAccessibilityInfo")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ShowAccessibilityInfo { get; set; }
Property Value
- bool?