puppeteer/new-docs/puppeteer.protocol.css.setmediatextresponse.md

19 lines
680 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [CSS](./puppeteer.protocol.css.md) &gt; [SetMediaTextResponse](./puppeteer.protocol.css.setmediatextresponse.md)
## Protocol.CSS.SetMediaTextResponse interface
<b>Signature:</b>
```typescript
export interface SetMediaTextResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [media](./puppeteer.protocol.css.setmediatextresponse.media.md) | [CSSMedia](./puppeteer.protocol.css.cssmedia.md) | The resulting CSS media rule after modification. |