module Ext_Base:The root of all classes created with Ext.define.Ex ...sig..end
The root of all classes created with Ext.define.
Ext.Base is the building block of all Ext classes. All classes in Ext inherit from Ext.Base. All prototype and static members of this class are inherited by all other classes.
class type t =object..end
class type configs =object..end
class type events =object..end
class type statics =object..end
val get_static : unit -> statics Js.tval static : statics Js.tval addMembers : 'a Js.t -> unitstatics.addMembersval addStatics : 'a Js.t -> 'b Js.tstatics.addStaticsval create : unit -> 'a Js.tstatics.createval createAlias : 'a Js.t -> 'b Js.t -> unitstatics.createAliasval getName : unit -> Js.js_string Js.tstatics.getNameval of_configs : configs Js.t -> t Js.tof_configs c casts a config object c to an instance of class tval to_configs : t Js.t -> configs Js.tto_configs o casts instance o of class t to a config object