Describes the Alignment of the Title in the Title Component.
Colors can be used to describe what color to use for visualizing backgrounds, texts, lines and various other elements that are being shown. They are stored as RGBA colors with floating point numbers ranging from 0.0 to 1.0 per channel.
Specifies the value a segment starts out with before it gets replaced with the current attempt's information when splitting.
Specifies when a column's value gets updated.
Once a certain condition is met, which is usually being on the split or already having completed the split, the time gets updated with the value specified here.
The state object for one of the components available.
A Digits Format describes how many digits of a time to always shown. The times are prefixed by zeros to fill up the remaining digits.
The stretch specifies how wide a font should be. For example it may make sense to reduce the stretch of a font to ensure split names are not cut off. A font with a stretch value that is close is to be selected. https://developer.mozilla.org/en-US/docs/Web/CSS/font-stretch#Font_face_selection
The style specifies whether to use a normal or italic version of a font. The style may be emulated if no font dedicated to the style can be found.
The weight specifies the weight / boldness of a font. If there is no font with the exact weight value, a font with a similar weight is to be chosen based on an algorithm similar to this: https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight#Fallback_weights
Describes a Gradient for coloring a region with more than just a single color.
Describes the direction the components of a layout are laid out in.
Describes an extended form of a gradient, specifically made for use with lists. It allows specifying different coloration for the rows in a list.
A Semantic Color describes a color by some meaningful event that is happening. This information can be visualized as a color, but can also be interpreted in other ways by the consumer of this API.
Describes a setting's value. Such a value can be of a variety of different types.
The text that is supposed to be shown.
A Timing Method describes which form of timing is used. This can either be Real Time or Game Time.
Generated using TypeDoc
The Accuracy describes how many digits to show for the fractional part of a time.