object ('a)
  method afterRequest :
    ('Js.t, Ext_data_Request.t Js.t -> bool Js.t -> unit) Js.meth_callback
    Js.writeonly_prop
  method api : 'Js.t Js.prop
  method batchActions : bool Js.t Js.prop
  method batchOrder : Js.js_string Js.t Js.prop
  method cacheString : Js.js_string Js.t Js.prop
  method directionParam : Js.js_string Js.t Js.prop
  method extraParams : 'Js.t Js.prop
  method filterParam : Js.js_string Js.t Js.prop
  method groupDirectionParam : Js.js_string Js.t Js.prop
  method groupParam : Js.js_string Js.t Js.prop
  method idParam : Js.js_string Js.t Js.prop
  method limitParam : Js.js_string Js.t Js.prop
  method listeners : 'Js.t Js.prop
  method model : 'Js.t Js.prop
  method noCache : bool Js.t Js.prop
  method pageParam : Js.js_string Js.t Js.prop
  method reader : 'Js.t Js.prop
  method simpleGroupMode : bool Js.t Js.prop
  method simpleSortMode : bool Js.t Js.prop
  method sortParam : Js.js_string Js.t Js.prop
  method startParam : Js.js_string Js.t Js.prop
  method timeout : Js.number Js.t Js.prop
  method url : Js.js_string Js.t Js.prop
  method writer : 'Js.t Js.prop
end