915 B
915 B
Home > puppeteer > Protocol > DOM > ChildNodeCountUpdatedEvent
Protocol.DOM.ChildNodeCountUpdatedEvent interface
Fired when Container
's child node count has changed.
Signature:
export interface ChildNodeCountUpdatedEvent
Properties
Property | Type | Description |
---|---|---|
childNodeCount | integer | New node count. |
nodeId | NodeId | Id of the node that has changed. |