CSSRuleList

JS
1.1
abstract class CSSRuleList : ItemArrayLike < CSSRule >
(source)

Exposes the JavaScript CSSRuleList to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript CSSRuleList to Kotlin

CSSRuleList ( )

Functions

JS
1.1

item

open fun item ( index : Int ) : CSSRule ?

Extension Functions

JS
1.1

asList

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

fun < T > ItemArrayLike < T > . asList ( ) : List < T >
JS
1.1

get

operator fun CSSRuleList . get ( index : Int ) : CSSRule ?