JsArray
open class JsArray : JsValue
Constructors
Properties
size
val size: Int
Functions
Extension Functions
setter
fun setter(
obj: JsValue,
property: String,
lambda: KtFunction<Unit>)
fun setter(obj: JsValue, property: String, string: String)