data class PushNodesByBackendIdsToFrontendResponse
Response type for the DOMDomain.pushNodesByBackendIdsToFrontend command.
<init> |
Response type for the DOMDomain.pushNodesByBackendIdsToFrontend command. PushNodesByBackendIdsToFrontendResponse(nodeIds: List<NodeId>) |
nodeIds |
The array of ids of pushed nodes that correspond to the backend ids specified in backendNodeIds. val nodeIds: List<NodeId> |