module Ext_panel_AbstractPanel:A base class which provides methods common to Pane ...sig..end
A base class which provides methods common to Panel classes across the Sencha product range.
Please refer to sub class's documentation
class type t =object..end
class type configs =object..end
class type events =object..end
class type statics =object..end
val 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