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