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

1022 B

Home > puppeteer > Protocol > DOM > ChildNodeInsertedEvent

Protocol.DOM.ChildNodeInsertedEvent interface

Mirrors DOMNodeInserted event.

Signature:

export interface ChildNodeInsertedEvent 

Properties

Property Type Description
node Node Inserted node data.
parentNodeId NodeId Id of the node that has changed.
previousNodeId NodeId If of the previous siblint.