struct Protocol::DOM::SetChildNodes
- Protocol::DOM::SetChildNodes
- Struct
- Value
- Object
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
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/dom.crConstructors
Instance Method Summary
-
#nodes : Array(Node)
Child nodes array.
-
#parent_id : NodeId
Parent node id to populate with children.