package alba

  1. Overview
  2. Docs
Alba compiler

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.2.tar.gz
sha256=203ee151ce793a977b2d3e66f8b3a0cd7a82cc7f15550c63d88cb30c71eb5f95
md5=64367c393f80ca784f88d07155da4fb0

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.