Skip to main content
Module

x/astral/bindings/celestial.ts>CSS_PseudoElementMatches

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

CSS rule collection for a single pseudo style.

definition: { pseudoType: DOM_PseudoType; pseudoIdentifier?: string; matches: CSS_RuleMatch[]; }