[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. Signature: ```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. |