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

Match data for a CSS rule.

Properties

rule: CSSRule

CSS rule in the match.

matchingSelectors: integer[]

Matching selector indices in the rule's selectorList selectors (0-based).