stdlib
1.7
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
Native
stdlib
/
kotlinx.wasm.jsinterop
/
JsArray
Js
Array
Native
open
class
JsArray
(
val
arena
:
Arena
,
val
index
:
Object
)
:
JsValue
(
source
)
Since Kotlin
1.3
Constructors
Functions
Properties
Extensions
Constructors
Js
Array
Link copied to clipboard
Native
fun
JsArray
(
jsValue
:
JsValue
)
Js
Array
Link copied to clipboard
Native
fun
JsArray
(
arena
:
Arena
,
index
:
Object
)
Functions
get
Link copied to clipboard
Native
operator
fun
get
(
index
:
Int
)
:
JsValue
Since Kotlin
1.3
get
Int
Link copied to clipboard
Native
fun
getInt
(
property
:
String
)
:
Int
Since Kotlin
1.3
get
Property
Link copied to clipboard
Native
fun
getProperty
(
property
:
String
)
:
JsValue
Since Kotlin
1.3
Properties
arena
Link copied to clipboard
Native
val
arena
:
Arena
Since Kotlin
1.3
index
Link copied to clipboard
Native
val
index
:
Object
Since Kotlin
1.3
size
Link copied to clipboard
Native
val
size
:
Int
Since Kotlin
1.3
Extensions
setter
Link copied to clipboard
Native
fun
JsValue
.
setter
(
property
:
String
,
lambda
:
KtFunction
<
Unit
>
)
fun
JsValue
.
setter
(
property
:
String
,
string
:
String
)
Since Kotlin
1.3