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