<!-- 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; [StyleDeclarationEdit](./puppeteer.protocol.css.styledeclarationedit.md)

## Protocol.CSS.StyleDeclarationEdit interface

A descriptor of operation to mutate style declaration text.

<b>Signature:</b>

```typescript
export interface StyleDeclarationEdit 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [range](./puppeteer.protocol.css.styledeclarationedit.range.md) | [SourceRange](./puppeteer.protocol.css.sourcerange.md) | The range of the style text in the enclosing stylesheet. |
|  [styleSheetId](./puppeteer.protocol.css.styledeclarationedit.stylesheetid.md) | [StyleSheetId](./puppeteer.protocol.css.stylesheetid.md) | The css style sheet identifier. |
|  [text](./puppeteer.protocol.css.styledeclarationedit.text.md) | string | New style text. |