package vue-jsoo

  1. Overview
  2. Docs
Binding of Vue_js

Install

Dune Dependency

Authors

Maintainers

Sources

archive?sha=2a338bcccd3cdd4c5b3c488f84b954baa976840e
md5=d8095fc66a530f25abb2c0b994e2e720
sha512=0068240dff39fb5e08a61bb36540b6fffa5d015abb7b4f5eb6a00425f8d860d7f73493d63779b6cc269680192cdab4c3dc662c5631ae1e195f6f58e92815f4e2

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

Module Vuex.InternalSource

internal JS module

Sourceclass type mutation_js = object ... end
Sourceclass type 'state action_input_js = object ... end
Sourceclass type 'state action_input_module = object ... end
Sourceclass type 'state cs_options_base = object ... end
Sourceclass type 'state dynamic_cs_options = object ... end
Sourceclass type 'state cs_options = object ... end
Sourceclass type root_options = object ... end
Sourceclass type 'state instance_js = object ... end
Sourcetype 'state vuex_cs = ('state cs_options Mjs.t -> 'state instance_js Mjs.t) Mjs.constr
Sourceclass type vuex = object ... end
Sourcetype 'state 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 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 dynamic_cs_options Mjs.t Mjs.table_cons;
  9. namespaced : bool option;
}

store constructor options

Sourceval make : 'state cs_options Mjs.t -> 'state instance_js Mjs.t
Sourceval to_action_input : 'state action_input_js Mjs.t -> 'state action_input
Sourceval to_action_input_module : 'state action_input_module Mjs.t -> 'state action_input
Sourceval of_dynamic_options : 'state options -> 'state dynamic_cs_options Mjs.t
Sourceval of_options : 'state options -> 'state 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.