object ('a)
  method autoStart : 'Js.t Js.prop
  method constrainTo : 'Js.t Js.prop
  method delegate : Js.js_string Js.t Js.prop
  method listeners : 'Js.t Js.prop
  method onBeforeStart :
    ('Js.t, Ext_EventObject.t Js.t -> unit) Js.meth_callback
    Js.writeonly_prop
  method onDrag :
    ('Js.t, Ext_EventObject.t Js.t -> unit) Js.meth_callback
    Js.writeonly_prop
  method onEnd :
    ('Js.t, Ext_EventObject.t Js.t -> unit) Js.meth_callback
    Js.writeonly_prop
  method onStart :
    ('Js.t, Ext_EventObject.t Js.t -> unit) Js.meth_callback
    Js.writeonly_prop
  method overCls : Js.js_string Js.t Js.prop
  method preventDefault : bool Js.t Js.prop
  method stopEvent : bool Js.t Js.prop
  method tolerance : Js.number Js.t Js.prop
  method trackOver : bool Js.t Js.prop
end