mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
852 B
852 B
Home > puppeteer > Protocol > DOM > ChildNodeRemovedEvent
Protocol.DOM.ChildNodeRemovedEvent interface
Mirrors DOMNodeRemoved
event.
Signature:
export interface ChildNodeRemovedEvent
Properties
Property | Type | Description |
---|---|---|
nodeId | NodeId | Id of the node that has been removed. |
parentNodeId | NodeId | Parent id. |