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

19 lines
691 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; [SetStyleTextsResponse](./puppeteer.protocol.css.setstyletextsresponse.md)
## Protocol.CSS.SetStyleTextsResponse interface
<b>Signature:</b>
```typescript
export interface SetStyleTextsResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [styles](./puppeteer.protocol.css.setstyletextsresponse.styles.md) | [CSSStyle](./puppeteer.protocol.css.cssstyle.md)<!-- -->\[\] | The resulting styles after modification. |