vue-jsoo.component
Vue_component.Make
vue-jsoo
vue-jsoo.chartjs
vue-jsoo.mjs
vue-jsoo.router
vue-jsoo.vuex
module S : sig ... end
include 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 components_t : (Mjs.top, Mjs.top) Internal.component_arg Mjs.t 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) 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) Internal.component_arg Mjs.t) list -> unit -> unit
val load : ?export:bool -> ?data:(all Mjs.t -> S.data Mjs.t) -> unit -> all component
load the component from previously added methods/watch/computed
Unsafe functions
val get : unit -> all component
unsafe reference to component object