Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

Advanced Web Composition for Future
Latest
interface CSSRuleList
import { type CSSRuleList } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.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