Class TakeComputedStyleUpdatesCommandResponse
Response for Polls the next batch of computed style updates.
public sealed class TakeComputedStyleUpdatesCommandResponse : ICommandResponse<TakeComputedStyleUpdatesCommandSettings>, ICommandResponse
- Inheritance
-
TakeComputedStyleUpdatesCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
NodeIds
The list of node Ids that have their tracked computed styles updated.
[JsonPropertyName("nodeIds")]
public long[] NodeIds { get; set; }
Property Value
- long[]