package alba

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

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.