[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) > [ComputedStyle](./puppeteer.protocol.domsnapshot.computedstyle.md) ## Protocol.DOMSnapshot.ComputedStyle interface A subset of the full ComputedStyle as defined by the request whitelist. Signature: ```typescript export interface ComputedStyle ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [properties](./puppeteer.protocol.domsnapshot.computedstyle.properties.md) | [NameValue](./puppeteer.protocol.domsnapshot.namevalue.md)\[\] | Name/value pairs of computed style properties. |