Class GetLayersForNodeCommandResponse
Response for Returns all layers parsed by the rendering engine for the tree scope of a node. Given a DOM element identified by nodeId, getLayersForNode returns the root layer for the nearest ancestor document or shadow root. The layer root contains the full layer tree for the tree scope and their ordering.
public sealed class GetLayersForNodeCommandResponse : ICommandResponse<GetLayersForNodeCommandSettings>, ICommandResponse
- Inheritance
-
GetLayersForNodeCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
RootLayer
Gets or sets the rootLayer
[JsonPropertyName("rootLayer")]
public CSSLayerData RootLayer { get; set; }