stdlib
1.8
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
Native
stdlib
/
kotlinx.wasm.jsinterop
/
JsValue
Js
Value
Native
open
class
JsValue
(
val
arena
:
Arena
,
val
index
:
Object
)
(
source
)
Since Kotlin
1.3
Constructors
Functions
Properties
Extensions
Inheritors
Constructors
Js
Value
Link copied to clipboard
Native
fun
JsValue
(
arena
:
Arena
,
index
:
Object
)
Functions
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
Inheritors
JsArray
Link copied to clipboard
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