Skip to main content
cngx-src documentation

CngxStepStatus

Type Aliascommon/stepper

projects/common/stepper/stepper-host.token.ts

Referenced by#

Description#

Status enum for a single step. Driven by the presenter's commit-controller lifecycle plus the optional errorAggregator.

Definition#

"idle" | "pending" | "success" | "error" | "disabled" | "busy"