[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [SetStyleTextsResponse](./puppeteer.protocol.css.setstyletextsresponse.md) ## Protocol.CSS.SetStyleTextsResponse interface Signature: ```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. |