struct Protocol::DOM::ChildNodeInserted

Overview

Mirrors DOMNodeInserted event.

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 : Node #

Inserted node data.


[View source]
def parent_node_id : NodeId #

Id of the node that has changed.


[View source]
def previous_node_id : NodeId #

Id of the previous sibling.


[View source]