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

999 B

Home > puppeteer > Protocol > DOM > DistributedNodesUpdatedEvent

Protocol.DOM.DistributedNodesUpdatedEvent interface

Called when distrubution is changed.

Signature:

export interface DistributedNodesUpdatedEvent 

Properties

Property Type Description
distributedNodes BackendNode[] Distributed nodes for given insertion point.
insertionPointId NodeId Insertion point where distrubuted nodes were updated.