Kotlin v1.4.30
  • Solutions
    • Multiplatform Mobile ↗
    • Server-side ↗
    • Web frontend
    • Data science
    • Android
  • Docs
  • Community
  • Teach
  • Play
← Docs
kotlin-stdlib / kotlinx.wasm.jsinterop / JsArray

JsArray

Native
1.3
open class JsArray : JsValue

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)
  • GitHub logo
  • Twitter logo
  • Slack logo
  • Reddit logo
  • Stack Overflow logo
  • Stack Overflow logo
Contributing to Kotlin Releases Press Kit Security Blog Issue Tracker
Kotlin™ is protected under the Kotlin Foundation and licensed under the Apache 2 license. Supported and developed by JetBrains
Supported and developed by JetBrains
esc