Module Ext_container_AbstractContainer


module Ext_container_AbstractContainer: sig .. end
An abstract base class which provides shared metho ...

An abstract base class which provides shared methods for Containers across the Sencha product line.

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.t
of_configs c casts a config object c to an instance of class t
val to_configs : t Js.t ->
configs Js.t
to_configs o casts instance o of class t to a config object