package vue-jsoo

  1. Overview
  2. Docs
Binding of Vue_js

Install

Dune Dependency

Authors

Maintainers

Sources

archive?sha=d960c9bea36c709fdb3daaf319f047b49689ff45
md5=2cc7a479a0b824387f924ce83971095b
sha512=feaca68fb03c8a26ba4133f37ed8e303c5107d2bf1e73d798f739752bfc1fcb4ba53c5f6a6640c5d44cd6d52ccbb78188a2e5906e441eca98cc1af6eed29785c

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 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.