Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SplitStateJson

The state object that describes a single segment's information to visualize.

Hierarchy

  • SplitStateJson

Index

Properties

columns

columns: SplitColumnState[]

The state of each column from right to left. The amount of columns is not guaranteed to be the same across different splits.

index

index: number

The index of the segment based on all the segments of the run. This may differ from the index of this SplitStateJson in the SplitsComponentStateJson object, as there can be a scrolling window, showing only a subset of segments. Each index is guaranteed to be unique.

is_current_split

is_current_split: boolean

Describes if this segment is the segment the active attempt is currently on.

name

name: string

The name of the segment.

Generated using TypeDoc