Skip to main content
Module

x/commandis/mod.ts>dom.CSSRuleList

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.CSSRuleList
import { type dom } from "https://deno.land/x/commandis@v0.6.5/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