Time parameter
A parameter whose axis is time. Under the skin it is an ordinary parameter — it owns a letter, lives in the same value map, and prose cites it the same way with !value:#id.value() — but it takes its range FROM the data rather than being told, reads as a period rather than a decimal, and can play, because a time axis has a direction and a duration. Name the period column of a long-format table and the pane gains a scrubber over exactly the span that column covers; marks in the same pane carrying a period: slice themselves against it.
#Attributes
Also written: over, columnThe period column, e.g. period: #rates.year. Its distinct values give the scrubber its range and its natural stops.Can be written as shorthand: parameter.time:value
How long playing takes to run from the first period to the last, written as a duration like every other in the language: 8s, 1500ms.
Default
#Derived attributes
Computed while the element renders — read one with #id.name in attribute position or !value:#id.name in prose, never set.
value
#Examples
parameter.time#years(period: #rates.year; name: Year)parameter.time(period: #rates.year; step: 1; duration: 12s)