package vue-jsoo

  1. Overview
  2. Docs
Binding of Vue_js

Install

Dune Dependency

Authors

Maintainers

Sources

vue-jsoo-0.3.tar.gz
md5=ba1262b631818c3d20eb872b0f6989de
sha512=d326ec29baa9abd5ad0629e3d854b78cb6846714d73b6517fa1f2341f909fe9b4cfd554c113674e133e23e8906d402ab0a3df4210dca1a775ea04c29486cb1cd

doc/vue-jsoo.vuex/Vuex/Module/index.html

Module Vuex.ModuleSource

Parameters

module S : sig ... end

Signature

include Tables_S with type state = S.state with type getters = S.getters
Sourcetype state = S.state
Sourcetype getters = S.getters
Sourceval getters_t : (state Mjs.t -> Mjs.any) Mjs.Table.t
Sourceval mutations_t : (state Mjs.t -> Mjs.any -> unit) Mjs.Table.t
Sourceval actions_t : ((state, getters) Internal.action_input_js Mjs.t -> Mjs.any -> unit) Mjs.Table.t
Sourceval modules_t : (Mjs.top, Mjs.top) module_obj Mjs.t Mjs.Table.t
Sourceval getters_to_computed : string list ref
Sourceval mutations_to_methods : string list ref
Sourceval actions_to_methods : string list ref
Sourceval add_getter : ?computed:bool -> string -> (state Mjs.t -> 'a) -> unit
Sourceval add_mutation : ?methods:bool -> string -> (state Mjs.t -> 'a -> unit) -> unit
Sourceval add_action : ?methods:bool -> string -> ((state, getters) action_input -> 'a -> unit) -> unit
Sourceval add_module : string -> ('a, 'b) module_obj Mjs.t -> unit
Sourceval merge_lists : ?getters:(string * (state Mjs.t -> Mjs.any)) list -> ?mutations:(string * (state Mjs.t -> Mjs.any -> unit)) list -> ?actions:(string * ((state, getters) action_input -> Mjs.any -> unit)) list -> ?modules:(string * (Mjs.top, Mjs.top) module_obj Mjs.t) list -> unit -> unit
Sourceval get : ?getters:(string * (state Mjs.t -> Mjs.any)) list -> ?mutations:(string * (state Mjs.t -> Mjs.any -> unit)) list -> ?actions:(string * ((state, getters) action_input -> Mjs.any -> unit)) list -> ?modules:(string * (Mjs.top, Mjs.top) module_obj Mjs.t) list -> ?namespaced:bool -> state Mjs.t -> (state, getters) module_obj Mjs.t
OCaml

Innovation. Community. Security.