chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.dom / GetNodesForSubtreeByStyleResponse

GetNodesForSubtreeByStyleResponse

data class GetNodesForSubtreeByStyleResponse

Response type for the DOMDomain.getNodesForSubtreeByStyle command.

Constructors

<init>

Response type for the DOMDomain.getNodesForSubtreeByStyle command.

GetNodesForSubtreeByStyleResponse(nodeIds: List<NodeId>)

Properties

nodeIds

Resulting nodes.

val nodeIds: List<NodeId>