This constructor is an implementation detail. Do not use this.
The semantic coloring information the column's value carries of the segment and column with the specified index. The columns are specified from right to left. You may not provide an out of bounds index.
The column's value to show for the split and column with the specified index. The columns are specified from right to left. You may not provide an out of bounds index.
The amount of columns to visualize for the segment with the specified index. The columns are specified from right to left. You may not provide an out of bounds index. The amount of columns to visualize may differ from segment to segment.
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.
Describes whether a more pronounced separator should be shown in front of the last segment provided.
Returns the amount of icon changes that happened in this state object.
The length of the icon data of the segment of the icon change with the specified index.
The icon data of the segment of the icon change with the specified index. The buffer may be empty. This indicates that there is no icon. You may not provide an out of bounds index.
Accesses the index of the segment of the icon change with the specified index. This is based on the index in the run, not on the index of the SplitState in the State object. The corresponding index is the index field of the SplitState object. You may not provide an out of bounds index.
Describes if the segment with the specified index is the segment the active attempt is currently on.
Returns the amount of segments to visualize.
The name of the segment with the specified index. You may not provide an out of bounds index.
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 that describes a single segment's information to visualize.