package vue-jsoo

  1. Overview
  2. Docs

Module Vue_component.MakeSource

Parameters

module S : sig ... end

Signature

include Tables_S with type all = S.all
Sourcetype all = S.all
Sourceval methods_t : Mjs.any Mjs.table
Sourceval watch_t : (all Mjs.t -> Mjs.any -> Mjs.any -> Mjs.any) Mjs.table
Sourceval add_method : string -> (all Mjs.t -> 'a) -> unit
Sourceval add_method0 : string -> (all Mjs.t -> 'a) -> unit
Sourceval add_method1 : string -> (all Mjs.t -> 'a -> 'b) -> unit
Sourceval add_method2 : string -> (all Mjs.t -> 'a -> 'b -> 'c) -> unit
Sourceval add_method3 : string -> (all Mjs.t -> 'a -> 'b -> 'c -> 'd) -> unit
Sourceval add_method4 : string -> (all Mjs.t -> 'a -> 'b -> 'c -> 'd -> 'e) -> unit
Sourceval add_watch : string -> (all Mjs.t -> 'a -> 'a -> 'b) -> unit
Sourceval add_computed : string -> (all Mjs.t -> 'a Mjs.optdef) -> unit
Sourceval add_component : string -> ('a, 'b) Internal.component_arg Mjs.t -> unit
Sourceval 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
Sourceval 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

Sourceval get : unit -> all component

unsafe reference to component object

OCaml

Innovation. Community. Security.