package vue-jsoo

  1. Overview
  2. Docs
Binding of Vue_js

Install

Dune Dependency

Authors

Maintainers

Sources

archive?sha=2a338bcccd3cdd4c5b3c488f84b954baa976840e
md5=d8095fc66a530f25abb2c0b994e2e720
sha512=0068240dff39fb5e08a61bb36540b6fffa5d015abb7b4f5eb6a00425f8d860d7f73493d63779b6cc269680192cdab4c3dc662c5631ae1e195f6f58e92815f4e2

doc/vue-jsoo.mjs/Mjs/index.html

Module MjsSource

Sourcetype nonrec 'a t = 'a Js_of_ocaml.Js.t
Sourcetype nonrec 'a optdef = 'a Js_of_ocaml.Js.optdef
Sourcetype nonrec 'a opt = 'a Js_of_ocaml.Js.opt
Sourcetype nonrec 'a js_array = 'a Js_of_ocaml.Js.js_array
Sourcetype nonrec 'a readonly_prop = 'a Js_of_ocaml.Js.readonly_prop
Sourcetype nonrec 'a meth = 'a Js_of_ocaml.Js.meth
Sourcetype nonrec 'a constr = 'a Js_of_ocaml.Js.constr
Sourcetype nonrec 'a callback = 'a Js_of_ocaml.Js.callback
Sourcetype nonrec ('a, 'b) meth_callback = ('a, 'b) Js_of_ocaml.Js.meth_callback
Sourcetype nonrec js_string = Js_of_ocaml.Js.js_string
Sourcetype any_item = string * Js_of_ocaml.Js.Unsafe.any
Sourceval optdef : ('a -> 'b) -> 'a option -> 'b optdef
Sourceval to_optdef : ('a -> 'b) -> 'a optdef -> 'b option
Sourceval def_list : ('a list -> 'b) -> 'a list -> 'b Js_of_ocaml.Js.optdef
Sourceval of_list : 'a list -> 'a js_array t
Sourceval of_listf : ('b -> 'a) -> 'b list -> 'a js_array t
Sourceval to_list : 'a js_array t -> 'a list
Sourceval to_listf : ('a -> 'b) -> 'a js_array t -> 'b list
Sourceval manip_list : ('a list -> 'b list) -> 'a js_array t -> 'b js_array t
Sourcemodule Table : sig ... end
Sourcetype 'a table = 'a Table.t
Sourcetype 'a table_cons =
  1. | T of 'a table
  2. | L of (string * 'a) list
Sourceval to_table : 'a table_cons -> 'a table
Sourceval to_tablef : ('a -> 'b) -> 'a table_cons -> 'a table
Sourceval to_table_def : 'a table_cons -> 'a table optdef
Sourceval to_tablef_def : ('a -> 'b) -> 'a table_cons -> 'a table optdef
Sourceval coerce : 'a Js_of_ocaml__Js.t -> 'b Js_of_ocaml__Js.t
Sourceval to_any_table : ('a -> 'b) -> 'a table_cons -> 'b table_cons
Sourceclass type unit_promise = object ... end
Sourcemodule Async : sig ... end
OCaml

Innovation. Community. Security.