object ('a)
  method id : Js.js_string Js.t Js.prop
  method init : ('Js.t, 'Js.t -> unit) Js.meth_callback Js.writeonly_prop
  method listeners : 'Js.t Js.prop
  method models : 'Js.t Js.prop
  method onLaunch :
    ('Js.t, 'Js.t -> unit) Js.meth_callback Js.writeonly_prop
  method refs : 'Js.t Js.js_array Js.t Js.prop
  method stores : 'Js.t Js.prop
  method views : 'Js.t Js.prop
end