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