19 lines
679 B
Markdown
19 lines
679 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) > [SetStyleSheetTextResponse](./puppeteer.protocol.css.setstylesheettextresponse.md)
|
||
|
|
||
|
## Protocol.CSS.SetStyleSheetTextResponse interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```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). |
|
||
|
|