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/Internal/index.html

Module Vuex.InternalSource

internal JS module

Sourceclass type mutation_js = object ... end
Sourceclass type ['state, 'getters] action_input_js = object ... end
Sourceclass type ['state, 'getters] action_input_module = object ... end
Sourceclass type 'state cs_options_base = object ... end
Sourceclass type ['state, 'getters] dynamic_cs_options = object ... end
Sourceclass type ['state, 'getters] cs_options = object ... end
Sourceclass type root_options = object ... end
Sourceclass type 'state instance_js = object ... end
Sourcetype ('state, 'getters) vuex_cs = (('state, 'getters) cs_options Mjs.t -> 'state instance_js Mjs.t) Mjs.constr
Sourceclass type vuex = object ... end
Sourcetype ('state, 'getters) options = {
  1. o_state : 'state Mjs.t;
  2. o_getters : ('state Mjs.t -> Mjs.any) Mjs.table_cons;
  3. mutations : ('state Mjs.t -> Mjs.any -> unit) Mjs.table_cons;
  4. actions : (('state, 'getters) action_input -> Mjs.any -> unit) Mjs.table_cons;
  5. plugins : Mjs.any list option;
  6. strict : bool option;
  7. devtools : bool option;
  8. modules : (Mjs.top, Mjs.top) dynamic_cs_options Mjs.t Mjs.table_cons;
  9. namespaced : bool option;
}

store constructor options

Sourceval make : ('state, 'getters) cs_options Mjs.t -> 'state instance_js Mjs.t
Sourceval to_action_input : ('state, 'getters) action_input_js Mjs.t -> ('state, 'getters) action_input
Sourceval to_action_input_module : ('state, 'getters) action_input_module Mjs.t -> ('state, 'getters) action_input
Sourceval of_dynamic_options : ('state, 'getters) options -> ('state, 'getters) dynamic_cs_options Mjs.t
Sourceval of_options : ('state, 'getters) options -> ('state, 'getters) cs_options Mjs.t
Sourceval of_root_options : bool option -> root_options Mjs.t Mjs.optdef
Sourceval to_mutation : mutation_js Mjs.t -> 'a mutation
OCaml

Innovation. Community. Security.