puppeteer/new-docs/puppeteer.protocol.dom.childnodecountupdatedevent.md
2020-07-13 14:01:35 +01:00

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.