JsArray

Native
1.3
open class JsArray : JsValue
(source)
Deprecated: 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

Constructors

Native
1.3

<init>

JsArray(jsValue: JsValue)
JsArray(arena: Arena, index: Object)

Properties

Native
1.3

size

val size: Int

Functions

Native
1.3

get

operator fun get(index: Int): JsValue

Extension Functions

Native
1.3

setter

fun setter(
    obj: JsValue,
    property: String,
    lambda: KtFunction<Unit>)
fun setter(obj: JsValue, property: String, string: String)