Skip to main content
Module

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

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

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