pushNodesByBackendIdsToFrontend
suspend fun pushNodesByBackendIdsToFrontend(args: DOM.PushNodesByBackendIdsToFrontendParameter, mode: CommandMode = CommandMode.DEFAULT): DOM.PushNodesByBackendIdsToFrontendReturn
Requests that a batch of nodes is sent to the caller given their backend node ids.
suspend fun pushNodesByBackendIdsToFrontend(backendNodeIds: List<Int>): DOM.PushNodesByBackendIdsToFrontendReturn
Requests that a batch of nodes is sent to the caller given their backend node ids.
Parameters
backendNodeIds
The array of backend node ids.