JsArray
Platform and version requirements: Native (1.3)
open class JsArray : JsValue
Constructors
Platform and version requirements: Native (1.3)
<init>
JsArray(jsValue: JsValue)
JsArray(arena: Arena, index: Object)
Properties
Platform and version requirements: Native (1.3)
size
val size: Int
Functions
Platform and version requirements: Native (1.3)
get
operator fun get(index: Int): JsValue
Extension Functions
Platform and version requirements: Native (1.3)
setter
fun setter( obj: JsValue, property: String, lambda: KtFunction<Unit>)
fun setter(obj: JsValue, property: String, string: String)
© 2010–2021 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlinx.wasm.jsinterop/-js-array/index.html