struct Protocol::DOM::ChildNodeInserted
- Protocol::DOM::ChildNodeInserted
- Struct
- Value
- Object
Overview
Mirrors DOMNodeInserted
event.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/dom.crConstructors
Instance Method Summary
-
#node : Node
Inserted node data.
-
#parent_node_id : NodeId
Id of the node that has changed.
-
#previous_node_id : NodeId
Id of the previous sibling.