mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
944 B
944 B
Home > puppeteer > Protocol > DOM > SetChildNodesEvent
Protocol.DOM.SetChildNodesEvent interface
Fired when backend wants to provide client with the missing DOM structure. This happens upon most of the calls requesting node ids.
Signature:
export interface SetChildNodesEvent
Properties
Property | Type | Description |
---|---|---|
nodes | Node[] | Child nodes array. |
parentId | NodeId | Parent node id to populate with children. |