Class GetDOMCountersForLeakDetectionCommandResponse
Response for Retruns DOM object counters after preparing renderer for leak detection.
public sealed class GetDOMCountersForLeakDetectionCommandResponse : ICommandResponse<GetDOMCountersForLeakDetectionCommandSettings>, ICommandResponse
- Inheritance
-
GetDOMCountersForLeakDetectionCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Counters
DOM object counters.
[JsonPropertyName("counters")]
public DOMCounter[] Counters { get; set; }