Status enum for a single stepCngxStepStatus
Type Aliascommon/stepper
projects/common/stepper/stepper-host.token.ts
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"