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

14 lines
612 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) &gt; [insertionPointId](./puppeteer.protocol.dom.distributednodesupdatedevent.insertionpointid.md)
## Protocol.DOM.DistributedNodesUpdatedEvent.insertionPointId property
Insertion point where distrubuted nodes were updated.
<b>Signature:</b>
```typescript
insertionPointId: NodeId;
```