Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ogone/src/ogone.dom.d.ts>CSSPageRule

Advanced Web Composition for Future
Latest
interface CSSPageRule
implements CSSGroupingRule
import { type CSSPageRule } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

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

Properties

selectorText: string
readonly
style: CSSStyleDeclaration