[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) > [GetSnapshotResponse](./puppeteer.protocol.domsnapshot.getsnapshotresponse.md) > [computedStyles](./puppeteer.protocol.domsnapshot.getsnapshotresponse.computedstyles.md) ## Protocol.DOMSnapshot.GetSnapshotResponse.computedStyles property Whitelisted ComputedStyle properties for each node in the layout tree. Signature: ```typescript computedStyles: ComputedStyle[]; ```