import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { CSSStyle } = default.CSS;
CSS style representation.
Properties
optional
styleSheetId: StyleSheetIdThe css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from.
cssProperties: CSSProperty[]
CSS properties in the style.
shorthandEntries: ShorthandEntry[]
Computed values for all shorthands found in the style.
optional
range: SourceRangeStyle declaration range in the enclosing stylesheet (if available).