package tyxml
TyXML is a library for building correct HTML and SVG documents
Install
Dune Dependency
Authors
Maintainers
Sources
tyxml-4.3.0.tbz
sha256=6e1bd76b184eb8bf43550138fa1e14f03b5761187ff38891179a36bdddbdbfc3
md5=fd834a567f813bf447cab5f4c3a723e2
doc/tyxml.functor/Svg_sigs/index.html
Module Svg_sigs
SVG signatures for the functorial interface.
module type T = sig ... end
Signature of typesafe constructors for SVG documents.
module type NoWrap = T with module Xml.W = Xml_wrap.NoWrap
Equivalent to T
, but without wrapping.
Signature functors
See <<a_manual chapter="functors"|the manual of the functorial interface>>
.
module Make (Xml : Xml_sigs.T) : sig ... end
Signature functor for Svg_f.Make
.
module type Wrapped_functions = sig ... end
Wrapped functions, to be used with Svg_f.Make_with_wrapped_functions
.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page