Module Ext_MessageBox


module Ext_MessageBox: sig .. end
Singleton instance of Ext.window.MessageBox. ...

Singleton instance of Ext.window.MessageBox.



class type t = object .. end
class type configs = object .. end
class type events = object .. end
class type statics = object .. end
val get_instance : unit -> t Js.t
Singleton instance for lazy-loaded modules.
val instance : t Js.t
Singleton instance.
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