mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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. |