chrome-devtools-kotlin
Toggle table of contents
7.0.0-1400418
common
Platform filter
common
Switch theme
Search in API
chrome-devtools-kotlin
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.dom
/
PushNodeByPathToFrontendResponse
Push
Node
By
Path
To
Frontend
Response
@
Serializable
data
class
PushNodeByPathToFrontendResponse
(
val
nodeId
:
NodeId
)
Response type for the
DOMDomain.pushNodeByPathToFrontend
command.
Members
Constructors
Push
Node
By
Path
To
Frontend
Response
Link copied to clipboard
constructor
(
nodeId
:
NodeId
)
Properties
node
Id
Link copied to clipboard
val
nodeId
:
NodeId
Id of the node for given path.