package hardcaml_waveterm
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
A terminal based digital waveform viewer for Hardcaml
Install
Dune Dependency
Authors
Maintainers
Sources
hardcaml_waveterm-v0.16.0.tar.gz
sha256=20844546139ee69e8d328b75a54369b2c1db91d88e43f7ca9ccfc0cd855be828
doc/hardcaml_waveterm.kernel/Hardcaml_waveterm_kernel/Expert/Write/index.html
Module Expert.Write
Source
Source
type styler = {
start : (Base.string -> Base.unit) -> Base.unit;
(*called at start
*)set : (Base.string -> Base.unit) -> Hardcaml_waveterm_kernel__.Draw.Style.t -> Base.unit;
(*called for each element
*)eol : (Base.string -> Base.unit) -> Base.unit;
(*called at end of each line
*)finish : (Base.string -> Base.unit) -> Base.unit;
(*called at end
*)
}
stylting functions
CSS classes for css_class_styler
. Dump in CSS file or style tag.
Source
val html_escape :
?styler:styler ->
(Base.string -> Base.unit) ->
(Base.int * Hardcaml_waveterm_kernel__.Draw.Style.t) Base.array Base.array ->
Base.unit
write data as html escape code
Source
val utf8 :
?styler:styler ->
(Base.string -> Base.unit) ->
(Base.int * Hardcaml_waveterm_kernel__.Draw.Style.t) Base.array Base.array ->
Base.unit
write data as utf-8
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>