mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.0 KiB
1.0 KiB
Home > puppeteer > Protocol > CSS > StyleDeclarationEdit
Protocol.CSS.StyleDeclarationEdit interface
A descriptor of operation to mutate style declaration text.
Signature:
export interface StyleDeclarationEdit
Properties
Property | Type | Description |
---|---|---|
range | SourceRange | The range of the style text in the enclosing stylesheet. |
styleSheetId | StyleSheetId | The css style sheet identifier. |
text | string | New style text. |