JsValue

open class JsValue(val arena: Arena, val index: Object)(source)

Deprecated

K/N WASM target and all related API is deprecated for removal. See https://blog.jetbrains.com/kotlin/2023/02/update-regarding-kotlin-native-targets for additional details

Since Kotlin

1.3

Inheritors

Constructors

Link copied to clipboard
constructor(arena: Arena, index: Object)

Properties

Link copied to clipboard
Since Kotlin 1.3
Link copied to clipboard
Since Kotlin 1.3

Functions

Link copied to clipboard
fun getInt(property: String): Int
Since Kotlin 1.3
Link copied to clipboard
fun getProperty(property: String): JsValue
Since Kotlin 1.3
Link copied to clipboard
fun JsValue.setter(property: String, lambda: KtFunction<Unit>)
fun JsValue.setter(property: String, string: String)
Since Kotlin 1.3