14 lines
566 B
Markdown
14 lines
566 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) > [ComputedStyle](./puppeteer.protocol.domsnapshot.computedstyle.md) > [properties](./puppeteer.protocol.domsnapshot.computedstyle.properties.md)
|
|
|
|
## Protocol.DOMSnapshot.ComputedStyle.properties property
|
|
|
|
Name/value pairs of computed style properties.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
properties: NameValue[];
|
|
```
|