CSSRuleList

sealed external class CSSRuleList : ArrayLike<CSSRule> , JsIterable<CSSRule> (source)

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

MDN Reference

Properties

Link copied to clipboard
abstract val length: Int

Functions

Link copied to clipboard
open operator fun get(index: Int): CSSRule
open operator fun get(key: Symbol.iterator): () -> JsIterator<CSSRule>
Link copied to clipboard
Link copied to clipboard
open inline operator fun iterator(): Iterator<CSSRule>