PushNodesByBackendIdsToFrontendResponse

@Serializable
data class PushNodesByBackendIdsToFrontendResponse(val nodeIds: List<NodeId>)(source)

Response type for the DOMDomain.pushNodesByBackendIdsToFrontend command.

Constructors

Link copied to clipboard
constructor(nodeIds: List<NodeId>)

Properties

Link copied to clipboard

The array of ids of pushed nodes that correspond to the backend ids specified in backendNodeIds.