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/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 nonrec error = Js_of_ocaml.Js.error
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 opt : ('a -> 'b) -> 'a option -> 'b opt
Sourceval to_opt : ('a -> 'b) -> 'a opt -> '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.