[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [SetStyleSheetTextResponse](./puppeteer.protocol.css.setstylesheettextresponse.md) ## Protocol.CSS.SetStyleSheetTextResponse interface Signature: ```typescript export interface SetStyleSheetTextResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [sourceMapURL](./puppeteer.protocol.css.setstylesheettextresponse.sourcemapurl.md) | string | URL of source map associated with script (if any). |