package tyxml
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
TyXML is a library for building statically correct HTML5 and SVG documents
Install
dune-project
Dependency
Authors
Maintainers
Sources
4.2.0.tar.gz
sha256=cda9dda443d479fadd1f4b8f882aef2a78c6e7ca7cbc95d886dfc5743f86ff9a
md5=c802f3c7036adcea3fc00398c23d1b2b
doc/tyxml.functor/Svg_sigs/index.html
Module Svg_sigs
SVG signatures for the functorial interface.
module type T = sig ... endSignature of typesafe constructors for SVG documents.
module type NoWrap = T with module Xml.W = Xml_wrap.NoWrapEquivalent 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 ... endSignature functor for Svg_f.Make.
module type Wrapped_functions = sig ... endWrapped 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