Interface NativeObject
-
@JsType(isNative=true, name="?", namespace="<global>") public interface NativeObject
Base object for all native objects implemented in Charba.
it wraps java script object with and withoutprototype
.
It's also mapping the java scriptproxy
, used by CHART.JS.
PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object.
Please be also aware that you can not useinstanceof
against this class.- Author:
- Andrea "Stock" Stocchero