object ('a)
method add : 'b Js.t -> 'a Js.t Js.meth
method callParent : 'c Js.t -> 'd Js.t Js.meth
method callSuper : 'e Js.t -> 'f Js.t Js.meth
method clear : bool Js.t Js.optdef -> unit Js.meth
method contains : 'g Js.t -> bool Js.t Js.meth
method each : 'h Js.callback -> 'i Js.t Js.optdef -> 'a Js.t Js.meth
method elements : Dom_html.element Js.t Js.js_array Js.t Js.readonly_prop
method fill : 'j Js.t -> 'a Js.t Js.meth
method filter : 'k Js.t -> 'a Js.t Js.meth
method first : Ext_dom_Element.t Js.t Js.meth
method getCount : Js.number Js.t Js.meth
method getInitialConfig : Js.js_string Js.t Js.optdef -> 'l Js.t Js.meth
method indexOf : 'm Js.t -> Js.number Js.t Js.meth
method initConfig : 'n Js.t -> 'a Js.t Js.meth
method isComposite : bool Js.t Js.prop
method item : Js.number Js.t -> Ext_dom_Element.t Js.t Js.meth
method last : Ext_dom_Element.t Js.t Js.meth
method removeElement : 'o Js.t -> bool Js.t Js.optdef -> 'a Js.t Js.meth
method replaceElement :
'p Js.t -> 'q Js.t -> bool Js.t Js.optdef -> 'a Js.t Js.meth
method self : Ext_Class.t Js.t Js.prop
method slice :
Js.number Js.t Js.optdef ->
Js.number Js.t Js.optdef ->
Dom_html.element Js.t Js.js_array Js.t Js.meth
method statics : Ext_Class.t Js.t Js.meth
end