19 lines
633 B
Markdown
19 lines
633 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)
|
|
|
|
## Protocol.CSS.GetStyleSheetTextResponse interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface GetStyleSheetTextResponse
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [text](./puppeteer.protocol.css.getstylesheettextresponse.text.md) | string | The stylesheet text. |
|
|
|