Class GetNodesForSubtreeByStyleCommandSettings
GetNodesForSubtreeByStyle
public sealed class GetNodesForSubtreeByStyleCommandSettings : ICommand- Inheritance
- 
      
      GetNodesForSubtreeByStyleCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
ComputedStyles
Gets or sets the computedStyles
[JsonPropertyName("computedStyles")]
public CSSComputedStyleProperty[] ComputedStyles { get; set; }Property Value
NodeId
Gets or sets the nodeId
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }Property Value
Pierce
Gets or sets the pierce
[JsonPropertyName("pierce")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Pierce { get; set; }Property Value
- bool?