[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [SetStyleTextsRequest](./puppeteer.protocol.css.setstyletextsrequest.md) ## Protocol.CSS.SetStyleTextsRequest interface Signature: ```typescript export interface SetStyleTextsRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [edits](./puppeteer.protocol.css.setstyletextsrequest.edits.md) | [StyleDeclarationEdit](./puppeteer.protocol.css.styledeclarationedit.md)\[\] | |