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_nav/index.html

Module Vue_navSource

Sourcetype push_obj = {
  1. pu_path : string option;
  2. pu_name : string option;
  3. params : (string * Mjs.any) list option;
  4. query : (string * string) list option;
}

navigation ML object

Sourcetype push_arg =
  1. | PStr of string
  2. | PObj of push_obj

navigation ML argument : string ot object

Sourcetype 'a next =
  1. | NUnit
  2. | NFalse
  3. | NRoute of push_obj
  4. | NError of Mjs.error Mjs.t
  5. | NFunction of 'a Mjs.t -> unit

navigation iterator argument for 'next'

Sourceclass type push_args = object ... end

navigation JS object signature

Sourceval to_push_obj : push_args Mjs.t -> push_obj

JS to ML

Sourceval of_push_obj : push_obj -> push_args Mjs.t

ML to JS

Sourceval empty : push_obj

empty navigation object

wrapper for navigation guards that don't have access to this

Sourceval wrap_meth_hook : ('a -> push_obj -> push_obj -> 'b next) -> ('a, push_args Mjs.t -> push_args Mjs.t -> (Js_of_ocaml.Js.Unsafe.any -> 'c) -> 'c) Js_of_ocaml.Js.meth_callback

wrapper for navigation guards that have access to this

OCaml

Innovation. Community. Security.