Module Ext_util_Bindable


module Ext_util_Bindable: sig .. end
This class is used as a mixin.This class is to be ...

This class is used as a mixin.

This class is to be used to provide basic methods for binding/unbinding stores to other classes. In general it will not be used directly.



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