kotlin-stdlib
Native
kotlin-stdlib
/
kotlinx.wasm.jsinterop
/
JsValue
Js
Value
Native
open
class
JsValue
(
arena
:
Arena
,
index
:
Object
)
Content copied to clipboard
Functions
Properties
Extensions
Inheritors
Functions
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
Inheritors
JsArray
Link copied to clipboard
Extensions
setter
Link copied to clipboard
Native
fun
JsValue
.
setter
(
property
:
String
,
lambda
:
KtFunction
<
Unit
>
)
Content copied to clipboard
fun
JsValue
.
setter
(
property
:
String
,
string
:
String
)
Content copied to clipboard