Module Ext_layout_container_Container


module Ext_layout_container_Container: sig .. end
This class is intended to be extended or created v ...

This class is intended to be extended or created via the layout configuration property. See Ext.container.Container.layout for additional details.



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