[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [Node](./puppeteer.protocol.dom.node.md) > [distributedNodes](./puppeteer.protocol.dom.node.distributednodes.md) ## Protocol.DOM.Node.distributedNodes property Distributed nodes for given insertion point. Signature: ```typescript distributedNodes?: BackendNode[]; ```