CSSRuleList
Constructors
<init>
Exposes the JavaScript CSSRuleList to Kotlin
CSSRuleList()
Functions
Extension Functions
asList
Returns the view of this ItemArrayLike<T>
collection as List<T>
fun <T> ItemArrayLike<T>.asList(): List<T>
get
operator fun CSSRuleList.get(index: Int): CSSRule?