struct Protocol::DOM::PushNodesByBackendIdsToFrontend

Overview

Requests that a batch of nodes is sent to the caller given their backend node ids.

Included Modules

Defined in:

protocol/dom.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def node_ids : Array(NodeId) #

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


[View source]