kotlin-stdlib
Native
kotlin-stdlib
/
kotlinx.wasm.jsinterop
/
JsValue
Js
Value
Native
open
class
JsValue
(
val
arena
:
Arena
,
val
index
:
Object
)
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
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
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
)