package vue-jsoo
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Binding of Vue_js
Install
dune-project
Dependency
Authors
Maintainers
Sources
vue-jsoo-0.3.tar.gz
md5=ba1262b631818c3d20eb872b0f6989de
sha512=d326ec29baa9abd5ad0629e3d854b78cb6846714d73b6517fa1f2341f909fe9b4cfd554c113674e133e23e8906d402ab0a3df4210dca1a775ea04c29486cb1cd
doc/vue-jsoo.vuex/Vuex/index.html
Module VuexSource
Source
type ('state, 'getters) action_input = {state : 'state Mjs.t;getters : 'getters Mjs.t;commit : ?payload:Mjs.any -> string -> unit;dispatch : ?payload:Mjs.any -> string -> Mjs.unit_promise Mjs.t;root_state : Mjs.any option;root_getters : Mjs.any option;
}input for actions
mutation type for subscribe
Source
type ('state, 'getters) options = ('state, 'getters) Internal.options = {o_state : 'state Mjs.t;o_getters : ('state Mjs.t -> Mjs.any) Mjs.table_cons;mutations : ('state Mjs.t -> Mjs.any -> unit) Mjs.table_cons;actions : (('state, 'getters) action_input -> Mjs.any -> unit) Mjs.table_cons;plugins : Mjs.any list option;strict : bool option;devtools : bool option;modules : (Mjs.top, Mjs.top) Internal.dynamic_cs_options Mjs.t Mjs.table_cons;namespaced : bool option;
}store constructor options
JS store object
JS module object
make module store function
commit to the state of the store
Source
val dispatch :
?payload:Mjs.any ->
?root:bool ->
'state store Mjs.t ->
string ->
(Mjs.unit_promise Mjs.t -> 'async) ->
'asyncdispatch to the state of the store
hook for mutation subscription
hook for action subscription
register a new module to the store
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>