StyleSheetList

JS
1.1
abstract class StyleSheetList : ItemArrayLike<StyleSheet>
(source)

Exposes the JavaScript StyleSheetList to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript StyleSheetList to Kotlin

StyleSheetList()

Functions

JS
1.1

item

open fun item(index: Int): StyleSheet?

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 StyleSheetList.get(index: Int): StyleSheet?