Skip to main content
Module

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

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

A CSSRuleList is an (indirect-modify only) array-like object containing an ordered collection of CSSRule objects.

Index Signatures

[index: number]: CSSRule

Properties

readonly
length: number

Methods

item(index: number): CSSRule | null