puppeteer/new-docs/puppeteer.protocol.domsnapshot.layouttreesnapshot.styles.md

14 lines
670 B
Markdown
Raw Normal View History

<!-- 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; [LayoutTreeSnapshot](./puppeteer.protocol.domsnapshot.layouttreesnapshot.md) &gt; [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`<!-- -->.
<b>Signature:</b>
```typescript
styles: ArrayOfStrings[];
```