Skip to main content
Module

x/evt/mod.ts>dom.CSSRuleList

💧EventEmitter's typesafe replacement
Latest
interface dom.CSSRuleList
import { type dom } from "https://deno.land/x/evt@v2.5.7/mod.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