1022 B
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. |