@JsType(isNative=true, name="Object", namespace="<global>") public class JsObject extends Object
Constructor and Description |
---|
JsObject() |
Modifier and Type | Method and Description |
---|---|
<T extends JsObject> |
cast() |
static String[] |
getOwnPropertyNames(Object object) |
boolean |
hasOwnProperty(String name) |
static <T extends JsObject> |
observe(T model,
Function<Changed<T>[],Void> fn) |
Copyright © 2018 Xalys. All rights reserved.