Get Nodes For Subtree By Style Request
@Serializable
Request object containing input parameters for the DOMDomain.getNodesForSubtreeByStyle command.
Constructors
Link copied to clipboard
constructor(nodeId: NodeId, computedStyles: List<CSSComputedStyleProperty>, pierce: Boolean? = null)
Types
Link copied to clipboard
A builder for GetNodesForSubtreeByStyleRequest, which allows setting the optional parameters of the DOMDomain.getNodesForSubtreeByStyle command via a lambda.