Skip to main content
Module

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

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

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