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

22 lines
999 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [DOM](./puppeteer.protocol.dom.md) &gt; [DistributedNodesUpdatedEvent](./puppeteer.protocol.dom.distributednodesupdatedevent.md)
## Protocol.DOM.DistributedNodesUpdatedEvent interface
Called when distrubution is changed.
<b>Signature:</b>
```typescript
export interface DistributedNodesUpdatedEvent
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [distributedNodes](./puppeteer.protocol.dom.distributednodesupdatedevent.distributednodes.md) | [BackendNode](./puppeteer.protocol.dom.backendnode.md)<!-- -->\[\] | Distributed nodes for given insertion point. |
| [insertionPointId](./puppeteer.protocol.dom.distributednodesupdatedevent.insertionpointid.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md) | Insertion point where distrubuted nodes were updated. |