package vue-jsoo

  1. Overview
  2. Docs
method state : 'state Mjs.t Mjs.readonly_prop
method getters : ('state Mjs.t -> ('state Mjs.t -> Mjs.any) Mjs.table -> Mjs.any) Mjs.table Mjs.readonly_prop
method commit : Mjs.js_string Mjs.t -> 'payload Mjs.optdef -> root_options Mjs.t Mjs.optdef -> unit Mjs.meth
method replaceState : 'state Mjs.t -> unit Mjs.meth
method watch : ('state Mjs.t -> ('state Mjs.t -> 'a) Mjs.table -> 'b) -> ('b -> unit) -> unit Mjs.meth
method subscribe : (mutation_js Mjs.t -> 'state Mjs.t -> unit) -> unit Mjs.meth
method subscribeAction : (mutation_js Mjs.t -> 'state Mjs.t -> unit) -> unit Mjs.meth
method registerModule : Mjs.js_string Mjs.t -> (Mjs.top, Mjs.top) dynamic_cs_options Mjs.t -> unit Mjs.meth
method unregisterModule : Mjs.js_string Mjs.t -> unit Mjs.meth
method hasModule : Mjs.js_string Mjs.t -> bool Mjs.t Mjs.meth
method hotUpdate : 'a -> unit Mjs.meth