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.mjs/Mjs/Table/index.html

Module Mjs.TableSource

Sourcetype nonrec 'a t = < > t
Sourceval obj : 'res
Sourceval create : unit -> 'a t
Sourceval add : 'a t -> string -> 'a -> unit
Sourceval add_list : 'a t -> (string * 'a) list -> unit
Sourceval add_listf : 'a t -> ('a -> 'b) -> (string * 'a) list -> unit
Sourceval make : (string * 'a) list -> 'a t
Sourceval makef : ('a -> 'b) -> (string * 'a) list -> 'a t
Sourceval remove : 'a t -> string -> unit
Sourceval find : 'a t -> string -> 'a option
Sourceval keys : 'a t -> string list
Sourceval items : 'a t -> (string * 'a) list
Sourceval itemsf : ('b -> 'a) -> 'a t -> (string * 'a) list
Sourceval length : 'a t -> 'res
Sourceval merge : 'a t list -> 'a t
OCaml

Innovation. Community. Security.