Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • CSSRuleList

Indexable

[index: number]: CSSRule

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

Index

Properties

Methods

Properties

length

length: number

Methods

item

  • item(index: number): CSSRule | null
  • Parameters

    • index: number

    Returns CSSRule | null

Generated using TypeDoc