Interface NativeObject

  • All Superinterfaces:
    IsJSType

    @JsType(isNative=true,
            name="?",
            namespace="<global>")
    public interface NativeObject
    extends IsJSType
    Base object for all native objects implemented in Charba.
    it wraps java script object with and without prototype.
    It's also mapping the java script proxy, 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 use instanceof against this class.
    Author:
    Andrea "Stock" Stocchero