kotlin-stdlib
Native
kotlin-stdlib
/
kotlinx.wasm.jsinterop
/
JsArray
Js
Array
Native
open
class
JsArray
(
val
arena
:
Arena
,
val
index
:
Object
)
:
JsValue
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
get
Int
Link copied to clipboard
Native
fun
getInt
(
property
:
String
)
:
Int
get
Property
Link copied to clipboard
Native
fun
getProperty
(
property
:
String
)
:
JsValue
Properties
arena
Link copied to clipboard
Native
val
arena
:
Arena
index
Link copied to clipboard
Native
val
index
:
Object
size
Link copied to clipboard
Native
val
size
:
Int
Extensions
setter
Link copied to clipboard
Native
fun
JsValue
.
setter
(
property
:
String
,
lambda
:
KtFunction
<
Unit
>
)
fun
JsValue
.
setter
(
property
:
String
,
string
:
String
)