Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SplitsComponentStateJson

The state object describes the information to visualize for this component.

Hierarchy

  • SplitsComponentStateJson

Index

Properties

current_split_gradient

current_split_gradient: Gradient

The gradient to show behind the current segment as an indicator of it being the current segment.

icon_changes

This list describes all the icon changes that happened. Each time a segment is first shown or its icon changes, the new icon is provided in this list. If necessary, you may remount this component to reset the component into a state where these icons are provided again.

show_final_separator

show_final_separator: boolean

Describes whether a more pronounced separator should be shown in front of the last segment provided.

splits

splits: SplitStateJson[]

The list of all the segments to visualize.

Generated using TypeDoc