Push Nodes By Backend Ids To Frontend Request
data class PushNodesByBackendIdsToFrontendRequest(backendNodeIds: List<BackendNodeId>)
Content copied to clipboard
Represents request frame that can be used with DOM#pushNodesByBackendIdsToFrontend operation call.
Requests that a batch of nodes is sent to the caller given their backend node ids.
See also
Constructors
PushNodesByBackendIdsToFrontendRequest
Link copied to clipboard
fun PushNodesByBackendIdsToFrontendRequest(backendNodeIds: List<BackendNodeId>)
Content copied to clipboard
Properties
backendNodeIds
Link copied to clipboard
Sources
jvm source
Link copied to clipboard