CSSRuleList

abstract external class CSSRuleList : ItemArrayLike<CSSRule>

Exposes the JavaScript CSSRuleList to Kotlin

Constructors

CSSRuleList
Link copied to clipboard
fun CSSRuleList()

Functions

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

Properties

length
Link copied to clipboard
abstract val length: Int

Extensions

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