puppeteer/new-docs/puppeteer.protocol.dom.setchildnodesevent.md
2020-07-13 14:01:35 +01:00

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.