package vue-jsoo

  1. Overview
  2. Docs
Binding of Vue_js

Install

Dune Dependency

Authors

Maintainers

Sources

archive?sha=d960c9bea36c709fdb3daaf319f047b49689ff45
md5=2cc7a479a0b824387f924ce83971095b
sha512=feaca68fb03c8a26ba4133f37ed8e303c5107d2bf1e73d798f739752bfc1fcb4ba53c5f6a6640c5d44cd6d52ccbb78188a2e5906e441eca98cc1af6eed29785c

doc/vue-jsoo.component/Vue_component/Tables/index.html

Module Vue_component.TablesSource

Functor to fill methods/watch/computed/components objects

Parameters

module S : sig ... end

Signature

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_2way_computed : string -> get:(all Mjs.t -> 'a Mjs.optdef) -> set:(all Mjs.t -> 'b -> unit) -> 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
OCaml

Innovation. Community. Security.