kotlin-stdlib
Native
kotlin-stdlib
/
kotlinx.wasm.jsinterop
/
JsArray
Js
Array
Native
open
class
JsArray
(
arena
:
Arena
,
index
:
Object
)
:
JsValue
Content copied to clipboard
Constructors
Functions
Properties
Constructors
JsArray
Link copied to clipboard
Native
fun
JsArray
(
jsValue
:
JsValue
)
Content copied to clipboard
Functions
get
Link copied to clipboard
Native
operator
fun
get
(
index
:
Int
)
:
JsValue
Content copied to clipboard
get
Int
Link copied to clipboard
Native
fun
getInt
(
property
:
String
)
:
Int
Content copied to clipboard
get
Property
Link copied to clipboard
Native
fun
getProperty
(
property
:
String
)
:
JsValue
Content copied to clipboard
Properties
arena
Link copied to clipboard
Native
val
arena
:
Arena
Content copied to clipboard
index
Link copied to clipboard
Native
val
index
:
Object
Content copied to clipboard
size
Link copied to clipboard
Native
val
size
:
Int
Content copied to clipboard