JsValue

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

Constructors

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

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard

Inheritors

Link copied to clipboard

Extensions

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