Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface default.CSS.StyleDeclarationEdit
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { StyleDeclarationEdit } = default.CSS;

A descriptor of operation to mutate style declaration text.

Properties

styleSheetId: StyleSheetId

The css style sheet identifier.

The range of the style text in the enclosing stylesheet.

text: string

New style text.