puppeteer/new-docs/puppeteer.protocol.domsnapshot.computedstyle.properties.md
2020-07-13 14:01:35 +01:00

14 lines
566 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) &gt; [ComputedStyle](./puppeteer.protocol.domsnapshot.computedstyle.md) &gt; [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[];
```