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

delta

delta: string

The delta to show for this segment.

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.

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.

semantic_color

semantic_color: SemanticColor

The semantic coloring information the delta time carries.

time

time: string

The split time to show for this segment.

visual_color

visual_color: Color

The visual color of the delta time.

Generated using TypeDoc