14 lines
482 B
Markdown
14 lines
482 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) > [cssText](./puppeteer.protocol.css.cssstyle.csstext.md)
|
||
|
|
||
|
## Protocol.CSS.CSSStyle.cssText property
|
||
|
|
||
|
Style declaration text (if available).
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
cssText?: string;
|
||
|
```
|