open class JsArray : JsValueDeprecated: K/N WASM target and all related API is deprecated for removal. See https://blog.jetbrains.com/kotlin/2023/02/update-regarding-kotlin-native-targets for additional details
JsArray(jsValue: JsValue)
JsArray(arena: Arena, index: Object)
val size: Int
operator fun get(index: Int): JsValue
fun setter( obj: JsValue, property: String, lambda: KtFunction<Unit>)
fun setter(obj: JsValue, property: String, string: String)
© 2010–2023 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