Module Eliom_content.Svg.R
module R : sig..end
Creation of SVG content from shared reactive signals and data (Eliom_shared ). For the operations provided, see Svg_sigs.T .
module Raw :
Svg_sigs.Make(Xml_shared).T
with type 'a elt = 'a elt
and type 'a attrib = 'a attrib
include Eliom_content.Svg.R.Raw
val pcdata : string Eliom_content.Xml.W.t -> [> `Unimplemented ]
pcdata is not implemented reactively for SVG.
val node :
'a Eliom_content.Svg.elt Eliom_shared.React.S.t ->
'a Eliom_content.Svg.elt
node s produces an 'a elt out of the shared reactive signal s.