Class GetNodesForSubtreeByStyleCommandResponse
Response for Finds nodes with a given computed style in a subtree.
public sealed class GetNodesForSubtreeByStyleCommandResponse : ICommandResponse<GetNodesForSubtreeByStyleCommandSettings>, ICommandResponse
- Inheritance
-
GetNodesForSubtreeByStyleCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
NodeIds
Resulting nodes.
[JsonPropertyName("nodeIds")]
public long[] NodeIds { get; set; }
Property Value
- long[]