Skip to main content
Module

x/evt/mod.ts>dom.CSSPageRule

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

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