[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) > [RareStringData](./puppeteer.protocol.domsnapshot.rarestringdata.md) ## Protocol.DOMSnapshot.RareStringData interface Data that is only present on rare nodes. Signature: ```typescript export interface RareStringData ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [index](./puppeteer.protocol.domsnapshot.rarestringdata.index.md) | [integer](./puppeteer.protocol.integer.md)\[\] | | | [value](./puppeteer.protocol.domsnapshot.rarestringdata.value.md) | [StringIndex](./puppeteer.protocol.domsnapshot.stringindex.md)\[\] | |