WarningProgressSegment

One segment of the warning strip. warningBudget is the terminal threshold: the strip carries warningBudget - 1 WARNING entries plus one TERMINAL (a single TERMINAL when the budget allows no nonterminal warning). WARNING ordinals are contiguous 1..n; TERMINAL ordinal is null.

  • ariaLabel
    Type: string
    required
  • kind
    Type: string enum
    required
    values
    • WARNING
    • TERMINAL
  • label
    Type: string
    required
  • ordinal
    Type: integer | null
    required

    Positive for WARNING segments; null for TERMINAL.

  • state
    Type: string enum
    required
    values
    • PASSED
    • CURRENT
    • UPCOMING