Skip to main content
Module

x/evt/lib/types/index.ts>dom.CSSStyleRule

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.CSSStyleRule
implements CSSRule
import { type dom } from "https://deno.land/x/evt@v2.4.3/lib/types/index.ts";
const { CSSStyleRule } = dom;

CSSStyleRule represents a single CSS style rule. It implements the CSSRule interface with a type value of 1 (CSSRule.STYLE_RULE).

Properties

selectorText: string
readonly
style: CSSStyleDeclaration