JsArray

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

Constructors

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

Functions

Link copied to clipboard
operator fun get(index: Int): JsValue
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
Link copied to clipboard
val size: Int

Extensions

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