mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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. |