CSSRuleList

abstract external class CSSRuleList : ItemArrayLike<CSSRule>

Exposes the JavaScript CSSRuleList to Kotlin

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
open override fun item(index: Int): CSSRule?

Properties

Link copied to clipboard
abstract val length: Int

Extensions

Link copied to clipboard

Returns the view of this ItemArrayLike<T> collection as List<T>

Link copied to clipboard
inline operator fun CSSRuleList.get(index: Int): CSSRule?