mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
22 lines
723 B
Markdown
22 lines
723 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) > [NameValue](./puppeteer.protocol.domsnapshot.namevalue.md)
|
|
|
|
## Protocol.DOMSnapshot.NameValue interface
|
|
|
|
A name/value pair.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface NameValue
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [name](./puppeteer.protocol.domsnapshot.namevalue.name.md) | string | Attribute/property name. |
|
|
| [value](./puppeteer.protocol.domsnapshot.namevalue.value.md) | string | Attribute/property value. |
|
|
|