Skip to main content
Module

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

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

CSSPageRule is an interface representing a single CSS @page rule. It implements the CSSRule interface with a type value of 6 (CSSRule.PAGE_RULE).

Properties

readonly
pseudoClass: string
readonly
selector: string
selectorText: string
readonly
style: CSSStyleDeclaration