22 lines
999 B
Markdown
22 lines
999 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [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. |
|
|
|