sig
  class type t =
    object ('a)
      method alignTo :
        'Js.t ->
        Js.js_string Js.t Js.optdef ->
        Js.number Js.t Js.js_array Js.t Js.optdef ->
        'Js.t Js.optdef -> 'Js.t Js.meth
      method anchorTo :
        'Js.t ->
        Js.js_string Js.t Js.optdef ->
        Js.number Js.t Js.js_array Js.t Js.optdef ->
        'Js.t Js.optdef ->
        'Js.t Js.optdef -> 'Js.callback Js.optdef -> 'Js.t Js.meth
      method calculateConstrainedPosition :
        'Js.t Js.optdef ->
        Js.number Js.t Js.js_array Js.t Js.optdef ->
        bool Js.t Js.optdef ->
        Js.number Js.t Js.js_array Js.t Js.optdef ->
        Js.number Js.t Js.js_array Js.t Js.meth
      method callParent : 'Js.t -> 'Js.t Js.meth
      method callSuper : 'Js.t -> 'Js.t Js.meth
      method getAlignToXY :
        'Js.t ->
        Js.js_string Js.t Js.optdef ->
        Js.number Js.t Js.js_array Js.t Js.optdef ->
        Js.number Js.t Js.js_array Js.t Js.meth
      method getAnchorXY :
        Js.js_string Js.t Js.optdef ->
        bool Js.t Js.optdef ->
        'Js.t Js.optdef -> Js.number Js.t Js.js_array Js.t Js.meth
      method getBox :
        bool Js.t Js.optdef -> bool Js.t Js.optdef -> 'Js.t Js.meth
      method getConstrainVector :
        'Js.t Js.optdef ->
        Js.number Js.t Js.js_array Js.t Js.optdef ->
        Js.number Js.t Js.js_array Js.t Js.optdef -> 'Js.t Js.meth
      method getInitialConfig :
        Js.js_string Js.t Js.optdef -> 'Js.t Js.meth
      method getLocalX : Js.number Js.t Js.meth
      method getLocalXY : Js.number Js.t Js.js_array Js.t Js.meth
      method getLocalY : Js.number Js.t Js.meth
      method getOffsetsTo :
        'Js.t -> Js.number Js.t Js.js_array Js.t Js.meth
      method getRegion : Ext_util_Region.t Js.t Js.meth
      method getViewRegion : Ext_util_Region.t Js.t Js.meth
      method getX : Js.number Js.t Js.meth
      method getXY : Js.number Js.t Js.js_array Js.t Js.meth
      method getY : Js.number Js.t Js.meth
      method initConfig : 'Js.t -> 'Js.t Js.meth
      method move :
        Js.js_string Js.t ->
        Js.number Js.t -> 'Js.t Js.optdef -> unit Js.meth
      method removeAnchor : 'Js.t Js.meth
      method self : Ext_Class.t Js.t Js.prop
      method setBox : 'Js.t -> 'Js.t Js.optdef -> 'Js.t Js.meth
      method setLocalX : Js.number Js.t -> 'Js.t Js.meth
      method setLocalXY :
        'Js.t -> Js.number Js.t Js.optdef -> 'Js.t Js.meth
      method setLocalY : Js.number Js.t -> 'Js.t Js.meth
      method setRegion :
        Ext_util_Region.t Js.t -> 'Js.t Js.optdef -> 'Js.t Js.meth
      method setX : Js.number Js.t -> 'Js.t Js.optdef -> 'Js.t Js.meth
      method setXY :
        Js.number Js.t Js.js_array Js.t ->
        'a1 Js.t Js.optdef -> 'Js.t Js.meth
      method setY : Js.number Js.t -> 'b1 Js.t Js.optdef -> 'Js.t Js.meth
      method statics : Ext_Class.t Js.t Js.meth
      method translatePoints :
        'c1 Js.t -> Js.number Js.t Js.optdef -> 'd1 Js.t Js.meth
    end
  class type configs = object  end
  class type events = object  end
  class type statics =
    object
      method addMembers : 'Js.t -> unit Js.meth
      method addStatics : 'Js.t -> 'Js.t Js.meth
      method create : 'Js.t Js.meth
      method createAlias : 'Js.t -> 'Js.t -> unit Js.meth
      method getName : Js.js_string Js.t Js.meth
    end
  val of_configs :
    Ext_util_Positionable.configs Js.t -> Ext_util_Positionable.t Js.t
  val to_configs :
    Ext_util_Positionable.t Js.t -> Ext_util_Positionable.configs Js.t
end