struct Protocol::DOM::SetChildNodes

Overview

Fired when backend wants to provide client with the missing DOM structure. This happens upon most of the calls requesting 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 nodes : Array(Node) #

Child nodes array.


[View source]
def parent_id : NodeId #

Parent node id to populate with children.


[View source]