[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) > [LayoutTreeSnapshot](./puppeteer.protocol.domsnapshot.layouttreesnapshot.md) > [styles](./puppeteer.protocol.domsnapshot.layouttreesnapshot.styles.md) ## Protocol.DOMSnapshot.LayoutTreeSnapshot.styles property Array of indexes specifying computed style strings, filtered according to the `computedStyles` parameter passed to `captureSnapshot`. Signature: ```typescript styles: ArrayOfStrings[]; ```