package alba

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Make.TreeSource

Sourcemodule Attributes : sig ... end
Sourcetype 'msg t = {
  1. node : node Js_of_ocaml.Js.t;
  2. data : 'msg t0;
}
Sourceand 'msg t0 =
  1. | Text of string
  2. | Node of string * 'msg Attributes.t ref * 'msg t list ref
Sourceval node : 'msg t -> node Js_of_ocaml.Js.t
Sourceval data : 'msg t -> 'msg t0
Sourceval make_text : string -> node Js_of_ocaml.Js.t -> 'msg t
Sourceval fill_node : string -> node Js_of_ocaml.Js.t -> 'msg Attributes.t -> 'msg t list -> 'msg t
Sourceval update : 'msg Vdom.t -> 'msg t -> ('msg Vdom.t -> 'msg t) -> ('msg Decoder.t -> handler) -> 'msg t option
OCaml

Innovation. Community. Security.