This constructor is an implementation detail. Do not use this.
Returns the name of the first comparison. You may not call this if the first comparison is not visible.
Returns the time of the first comparison. You may not call this if the first comparison is not visible.
Returns whether the first comparison is visible.
Returns the name of the second comparison. You may not call this if the second comparison is not visible.
Returns the time of the second comparison. You may not call this if the second comparison is not visible.
Returns whether the second comparison is visible.
Disposes the object, allowing it to clean up all of its memory. You need to call this for every object that you don't use anymore and hasn't already been disposed.
The length of the data of the segment's icon.
The data of the segment's icon. This value is only specified whenever the icon changes. If you explicitly want to query this value, remount the component. The buffer itself may be empty. This indicates that there is no icon.
The name of the segment. This may be null if it's not supposed to be visualized.
The fractional part of the time shown by the segment timer (including the dot).
The time shown by the component's segment timer without the fractional part.
The fractional part of the time shown by the main timer (including the dot).
The semantic coloring information the main timer's time carries.
The time shown by the component's main timer without the fractional part.
Allows for scoped usage of the object. The object is guaranteed to get disposed once this function returns. You are free to dispose the object early yourself anywhere within the scope. The scope's return value gets carried to the outside of this function.
Generated using TypeDoc
The state object describes the information to visualize for this component.