mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
14 lines
670 B
Markdown
14 lines
670 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[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`<!-- -->.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
styles: ArrayOfStrings[];
|
||
|
```
|