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