Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.CSS.StyleDeclarationEdit
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { StyleDeclarationEdit } = Protocol.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.