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.router/Vue_router/Internal/index.html

Module Vue_router.InternalSource

Internal module

Sourceclass type push_args = object ... end
Sourceclass type ['a, 'b] route = object ... end

route javascript object

Sourceclass type name = object ... end

route name javascript object

Sourceval to_redirect : redirect -> Mjs.any
Sourcetype ('a, 'b) route_ml = {
  1. path : string;
  2. component : ('a, 'b) Vue_component.component_args option;
  3. children : (Mjs.top, Mjs.top) route Mjs.t list option;
  4. name : string option;
  5. components : ('a, 'b) Vue_component.component_args Mjs.table_cons option;
  6. redirect : redirect option;
  7. alias : string option;
  8. props : props option;
  9. hook : (push_obj -> push_obj -> (unit -> unit) -> unit) option;
}

route object

Sourceval make_route_base : ('a, 'b) route_ml -> ('a, 'b) route Mjs.t
Sourceval make_route : ?component:('a, 'b) Vue_component.component_args -> ?children:(Mjs.top, Mjs.top) route Mjs.t list -> ?name:string -> ?components:('a, 'b) Vue_component.component_args Mjs.table_cons -> ?redirect:redirect -> ?alias:string -> ?props:props -> ?hook:(push_obj -> push_obj -> (unit -> unit) -> unit) -> string -> ('a, 'b) route Mjs.t
Sourceclass type router_args = object ... end
Sourceclass type router = object ... end
Sourceval make_args_base : ?mode:string -> (Mjs.top, Mjs.top) route Mjs.t list -> router_args Mjs.t
Sourceval make_args : ?mode:string -> (Mjs.top, Mjs.top) route_ml list -> router_args Mjs.t
Sourceval vue_router_cs : (router_args Mjs.t -> router Mjs.t) Mjs.constr
Sourceval make_base : ?mode:string -> (Mjs.top, Mjs.top) route Mjs.t list -> router Mjs.t
Sourceval of_push_obj : push_obj -> push_args Mjs.t
Sourceval to_push_obj : push_args Mjs.t -> push_obj
OCaml

Innovation. Community. Security.