chrome-devtools-kotlin
5.2.0-1167732
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.dom
/
GetNodesForSubtreeByStyleResponse
Get
Nodes
For
Subtree
By
Style
Response
@
Serializable
data
class
GetNodesForSubtreeByStyleResponse
(
val
nodeIds
:
List
<
NodeId
>
)
(
source
)
Response type for the
DOMDomain.getNodesForSubtreeByStyle
command.
Members
Constructors
Get
Nodes
For
Subtree
By
Style
Response
Link copied to clipboard
constructor
(
nodeIds
:
List
<
NodeId
>
)
Properties
node
Ids
Link copied to clipboard
val
nodeIds
:
List
<
NodeId
>
Resulting nodes.