package vue-jsoo

  1. Overview
  2. Docs

SPA Functor

Parameters

module S : sig ... end

Signature

type data = S.data
include Vuex.Module_S with type state = S.state
include Vuex.Tables_S with type state = S.state
type state = S.state
val getters_t : (state Mjs.t -> Mjs.any) Mjs.Table.t
val mutations_t : (state Mjs.t -> Mjs.any -> unit) Mjs.Table.t
val add_getter : string -> (state Mjs.t -> Mjs.any) -> unit
val add_mutation : string -> (state Mjs.t -> Mjs.any -> unit) -> unit
val add_action : string -> (state Vuex.action_input -> Mjs.any -> unit) -> unit
val add_module : string -> 'a Vuex.module_obj -> unit
val merge_lists : ?getters:(string * (state Mjs.t -> Mjs.any)) list -> ?mutations:(string * (state Mjs.t -> Mjs.any -> unit)) list -> ?actions:(string * (state Vuex.action_input -> Mjs.any -> unit)) list -> ?modules:(string * Mjs.top Vuex.module_obj) list -> unit -> unit
val get : ?getters:(string * (state Mjs.t -> Mjs.any)) list -> ?mutations:(string * (state Mjs.t -> Mjs.any -> unit)) list -> ?actions:(string * (state Vuex.action_input -> Mjs.any -> unit)) list -> ?modules:(string * Mjs.top Vuex.module_obj) list -> ?namespaced:bool -> state Mjs.t -> state Vuex.module_obj
include Vue_component.Tables_S with type all = S.all
type all = S.all
val methods_t : Mjs.any Mjs.table
val watch_t : (all Mjs.t -> Mjs.any -> Mjs.any -> Mjs.any) Mjs.table
val computed_t : (all Mjs.t -> Mjs.any Mjs.optdef) Mjs.table
val add_method : string -> (all Mjs.t -> 'a) -> unit
val add_method0 : string -> (all Mjs.t -> 'a) -> unit
val add_method1 : string -> (all Mjs.t -> 'a -> 'b) -> unit
val add_method2 : string -> (all Mjs.t -> 'a -> 'b -> 'c) -> unit
val add_method3 : string -> (all Mjs.t -> 'a -> 'b -> 'c -> 'd) -> unit
val add_method4 : string -> (all Mjs.t -> 'a -> 'b -> 'c -> 'd -> 'e) -> unit
val add_watch : string -> (all Mjs.t -> 'a -> 'a -> 'b) -> unit
val add_computed : string -> (all Mjs.t -> 'a Mjs.optdef) -> unit
val add_component : string -> ('a, 'b) Vue_component.Internal.component_arg Mjs.t -> unit
val merge_lists_component : ?computed:(string * (all Mjs.t -> Mjs.any Mjs.optdef)) list -> ?methods:(string * Mjs.any) list -> ?watch:(string * (all Mjs.t -> Mjs.any -> Mjs.any -> Mjs.any)) list -> ?components: (string * (Mjs.top, Mjs.top) Vue_component.Internal.component_arg Mjs.t) list -> unit -> unit
include Vue_router.Tables_S
val routes_t : (Mjs.top, Mjs.top) Vue_router.Internal.route Mjs.t list Stdlib.ref
val add_route : (Mjs.top, Mjs.top) Vue_router.Internal.route Mjs.t -> unit
val merge_routes : ?routes:(Mjs.top, Mjs.top) Vue_router.Internal.route Mjs.t list -> unit -> unit
val init : ?getters:(string * (state Mjs.t -> Mjs.any)) list -> ?mutations:(string * (state Mjs.t -> Mjs.any -> unit)) list -> ?actions:(string * (state Vuex.action_input -> Mjs.any -> unit)) list -> ?modules:(string * Mjs.top Vuex.module_obj) list -> ?computed:(string * (all Mjs.t -> Mjs.any Mjs.optdef)) list -> ?methods:(string * Mjs.any) list -> ?watch:(string * (all Mjs.t -> Mjs.any -> Mjs.any -> Mjs.any)) list -> ?components: (string * (Mjs.top, Mjs.top) Vue_component.Internal.component_arg Mjs.t) list -> ?children:(Mjs.top, Mjs.top) Vue_router.Internal.route Mjs.t list -> ?hook:(Vue_router.push_obj -> Vue_router.push_obj -> (unit -> unit) -> unit) -> ?path:string -> data:data Mjs.t -> state:state Mjs.t -> unit -> string * state Vuex.module_obj * (data, all) Vue_router.Internal.route Mjs.t
val store : unit -> state Vuex.module_obj
val route : unit -> (data, all) Vue_router.Internal.route Mjs.t
OCaml

Innovation. Community. Security.