Interface ProgressStep<T>

Represents a single step in a progress sequence, typically used to track the status of multi-step operations.

Property

A human-readable label describing the step.

Property

The current status of the step, represented by a ProgressStepStatus value.

Property

Optional. An arbitrary value associated with the step, such as a result or intermediate data.

Property

Optional. An error message if the step encountered a problem.

Type Parameters

  • T = number

Hierarchy

  • ProgressStep

Properties

Properties

error?: string
id: string
label: string
value?: T

Generated using TypeDoc