package vlt
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A variant of Bolt logging tool
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.2.5.tar.gz
sha256=756a6cba94204cda45ee767ca5f7e52ec321873dd53de48025c32dba1e03de24
md5=c0f22efcafa1119a9c82ffd9d7422da2
doc/vlt/Vlt/Mode/index.html
Module Vlt.ModeSource
This module defines the modes of event delivery.
Returns a mode delivering events every time a condition, specified by the string parameter is made true. The condition can have one of the following form:
- an integer followed by the letter 'e' (e. g. "10e") means that events are delivered when n have been accumulated;
- an integer followed by the letter 'b' (e. g. "10b") means that events are delivered when a string representation of n bytes has been accumulated;
- an integer followed by the letter 's' (e. g. "10s") means that events are delivered every n seconds.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>