package vue-jsoo
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Binding of Vue_js
Install
dune-project
Dependency
Authors
Maintainers
Sources
vue-jsoo-0.3.tar.gz
md5=ba1262b631818c3d20eb872b0f6989de
sha512=d326ec29baa9abd5ad0629e3d854b78cb6846714d73b6517fa1f2341f909fe9b4cfd554c113674e133e23e8906d402ab0a3df4210dca1a775ea04c29486cb1cd
doc/vue-jsoo.component/Vue_component/Internal/index.html
Module Vue_component.InternalSource
Internal JS module
Source
type ('data, 'all) component_args = {template : string option;props : props_options option;data : ('all Mjs.t -> 'data Mjs.t) option;render : ('all Mjs.t, Mjs.any -> Mjs.any) Mjs.meth_callback option;static_renders : ('all Mjs.t, Mjs.any -> Mjs.any) Mjs.meth_callback Mjs.js_array Mjs.t option;computed : ('all Mjs.t -> Mjs.any Mjs.optdef) Mjs.table_cons option;watch : ('all Mjs.t -> Mjs.any -> Mjs.any -> Mjs.any) Mjs.table_cons option;methods : Mjs.any Mjs.table_cons option;lifecycle : (string * ('all Mjs.t -> unit)) list;error_captured : (Mjs.any -> Mjs.any -> string -> bool option) option;directives : (string * (string * (Js_of_ocaml.Dom.element Mjs.t -> binding Mjs.t -> vnode -> vnode -> unit)) list) list option;filters : (string * (Mjs.any -> Mjs.any)) list option;components : (Mjs.top, Mjs.top) component_arg Mjs.t Mjs.table_cons;mixins : Mjs.any list option;extends : Mjs.any option;name : string option;delimiters : (string * string) option;functional : bool option;model : (string option * string option) option;inherit_attrs : bool option;comments : bool option;hook_enter : (Vue_nav.push_obj -> Vue_nav.push_obj -> 'all Vue_nav.next) option;hook_update : ('all Mjs.t -> Vue_nav.push_obj -> Vue_nav.push_obj -> 'all Vue_nav.next) option;hook_leave : ('all Mjs.t -> Vue_nav.push_obj -> Vue_nav.push_obj -> 'all Vue_nav.next) option;
}Source
val make_arg_js :
?template:string ->
?render:('all Mjs.t, Mjs.any -> Mjs.any) Mjs.meth_callback ->
?static_renders:
('all Mjs.t, Mjs.any -> Mjs.any) Mjs.meth_callback Mjs.js_array Mjs.t ->
?props:props_options ->
?data:('all Mjs.t -> 'data Mjs.t) ->
?computed:('all Mjs.t -> Mjs.any Mjs.optdef) Mjs.table_cons ->
?methods:Mjs.any Mjs.table_cons ->
?watch:('all Mjs.t -> Mjs.any -> Mjs.any -> Mjs.any) Mjs.table_cons ->
?lifecycle:(string * ('all Mjs.t -> unit)) list ->
?error_captured:(Mjs.any -> Mjs.any -> string -> bool option) ->
?directives:
(string
* (string
* (Js_of_ocaml.Dom.element Mjs.t ->
binding Mjs.t ->
vnode ->
vnode ->
unit))
list)
list ->
?filters:(string * (Mjs.any -> Mjs.any)) list ->
?components:(Mjs.top, Mjs.top) component_arg Mjs.t Mjs.table_cons ->
?mixins:Mjs.any list ->
?extends:Mjs.any ->
?name:string ->
?delimiters:(string * string) ->
?functional:bool ->
?model:(string option * string option) ->
?inherit_attrs:bool ->
?comments:bool ->
?enter:(Vue_nav.push_obj -> Vue_nav.push_obj -> 'all Vue_nav.next) ->
?update:
('all Mjs.t -> Vue_nav.push_obj -> Vue_nav.push_obj -> 'all Vue_nav.next) ->
?leave:
('all Mjs.t -> Vue_nav.push_obj -> Vue_nav.push_obj -> 'all Vue_nav.next) ->
unit ->
('data, 'all) component_arg Mjs.t sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>