Skip to main content
Module

x/astral/bindings/celestial.ts>CSS_StyleDeclarationEdit

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias CSS_StyleDeclarationEdit
import { type CSS_StyleDeclarationEdit } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

A descriptor of operation to mutate style declaration text.

definition: { styleSheetId: CSS_StyleSheetId; range: CSS_SourceRange; text: string; }