JsReadonlyArray
Extension Functions
toList
fun <E> JsReadonlyArray<E>.toList(): List<E>
toMutableList
fun <E> JsReadonlyArray<E>.toMutableList(): MutableList<E>
Inheritors
JsArray
Exposes the JavaScript Array to Kotlin.
open class JsArray<E> : JsReadonlyArray<E>