JsValue

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

Functions

getInt
Link copied to clipboard
fun getInt(property: String): Int
getProperty
Link copied to clipboard
fun getProperty(property: String): JsValue

Properties

arena
Link copied to clipboard
val arena: Arena
index
Link copied to clipboard
val index: Object

Inheritors

JsArray
Link copied to clipboard

Extensions

setter
Link copied to clipboard
fun JsValue.setter(property: String, lambda: KtFunction<Unit>)
fun JsValue.setter(property: String, string: String)