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