Skip to main content
cngx-src documentation

CngxStepLabelContext

Interface

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

Import#

import { CngxStepLabelContext } from '@cngx/common/stepper'

Description#

Context delivered to *cngxStepLabel templates. Gives typed access to live step state without reaching into the host token.

index is 1-based in the step-only flat projection (groups excluded). active reflects presenter.activeStepId; busy mirrors presenter.intendedStepIndex matching this step; disabled reads node.disabled().

Index#

Instance Properties#

active#boolean
Readonly
Readonly
disabled#boolean
Readonly
index#number
Readonly
Readonly