struct Protocol::DOM::ChildNodeCountUpdated

Overview

Fired when Container's child node count has changed.

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 child_node_count : Int::Primitive #

New node count.


[View source]
def node_id : NodeId #

Id of the node that has changed.


[View source]