puppeteer/new-docs/puppeteer.protocol.css.styledeclarationedit.md
2020-07-13 14:01:35 +01:00

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.