package alba

  1. Overview
  2. Docs
Alba compiler

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.4.tar.gz
sha256=4817038301d3e45bac9edf7e6f2fc8bf0a6d78e76e02ad7ea33ef69bcc17df3b
md5=25234357587126685d64f16236167937

doc/alba.fmlib_js/Fmlib_js/Browser/Make/Tree/Attributes/index.html

Module Tree.AttributesSource

Sourcetype 'msg t = {
  1. mutable styles : string Fmlib.Common.String_map.t;
  2. mutable attributes : string Fmlib.Common.String_map.t;
  3. mutable properties : Encoder.t Fmlib.Common.String_map.t;
  4. mutable handlers : handler Fmlib.Common.String_map.t;
}
Sourceval make : ('msg Decoder.t -> handler) -> 'msg App.Attribute.t list -> 'msg t
Sourceval set_style : node Js_of_ocaml.Js.t -> string -> string -> unit
Sourceval remove_style : node Js_of_ocaml.Js.t -> string -> string -> unit
Sourceval set_property : node Js_of_ocaml.Js.t -> string -> Encoder.t -> unit
Sourceval remove_property : node Js_of_ocaml.Js.t -> string -> Encoder.t -> unit
Sourceval set_attribute : node Js_of_ocaml.Js.t -> string -> string -> unit
Sourceval remove_attribute : node Js_of_ocaml.Js.t -> string -> string -> unit
Sourceval add_handler : node Js_of_ocaml.Js.t -> string -> handler -> unit
Sourceval remove_handler : node Js_of_ocaml.Js.t -> string -> handler -> unit
Sourceval update_style : node Js_of_ocaml.Js.t -> string -> string -> string -> unit
Sourceval update_property : node Js_of_ocaml.Js.t -> string -> Encoder.t -> Encoder.t -> unit
Sourceval update_attribute : node Js_of_ocaml.Js.t -> string -> string -> string -> unit
Sourceval update_handler : node Js_of_ocaml.Js.t -> string -> handler -> handler -> unit
Sourceval add : 'msg t -> node Js_of_ocaml.Js.t -> unit
Sourceval update : 'msg t -> 'msg t -> node Js_of_ocaml.Js.t -> unit
OCaml

Innovation. Community. Security.