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