mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
22 lines
844 B
Markdown
22 lines
844 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[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.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```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)<!-- -->\[\] | |
|
|
|