Module Node.Element
The values associated with an Element and element like nodes. (that is in practice all nodes that aren't just text).
val tag : t -> Base.stringval attrs : t -> Virtual_dom__.Attrs.tval key : t -> Base.string Base.optionval map_attrs : t -> f:(Virtual_dom__.Attrs.t -> Virtual_dom__.Attrs.t) -> tval add_style : t -> Css_gen.t -> tval add_class : t -> Base.string -> t