Skip to main content

Module properties

Module properties 

Source
Expand description

Per-property statistics profiler: numeric percentiles (p50..p99) and categorical cardinality, feeding manifest style_hints (suggested color domains, playback duration, layer hint) so a fresh build renders sensibly without hand-tuning.

The input seam (PropertyValues) is caller-agnostic: stt-build feeds it from the loaded feature set, and any future caller (a packed-archive re-profiler, a DB adaptor) can feed pre-collected values the same way. Hints are DEFAULTS — the renderer/user can always override them.

Enums§

PropertyValues
Collected values for one property, as gathered by the caller.

Constants§

STYLE_HINTS_VERSION
Version of the emitted style_hints block.

Functions§

profile_properties
Profile a set of per-property value collections into a StyleHints block.