14 lines
502 B
Markdown
14 lines
502 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [CSSStyle](./puppeteer.protocol.css.cssstyle.md) > [cssProperties](./puppeteer.protocol.css.cssstyle.cssproperties.md)
|
||
|
|
||
|
## Protocol.CSS.CSSStyle.cssProperties property
|
||
|
|
||
|
CSS properties in the style.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
cssProperties: CSSProperty[];
|
||
|
```
|