<!-- 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[];
```