14 lines
519 B
Markdown
14 lines
519 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) > [GetStyleSheetTextResponse](./puppeteer.protocol.css.getstylesheettextresponse.md) > [text](./puppeteer.protocol.css.getstylesheettextresponse.text.md)
|
|
|
|
## Protocol.CSS.GetStyleSheetTextResponse.text property
|
|
|
|
The stylesheet text.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
text: string;
|
|
```
|