Skip to main content
cngx-src documentation

CngxStepGroupHost

Interface

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

Referenced by#

Import#

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

Description#

Contract a CngxStep sees when it injects a parent group via CNGX_STEP_GROUP_HOST. Mirrors the presenter's register / unregister so atoms stay agnostic of root vs. nested host.

Surface is registration-only - id and aggregatedStatus are concrete-class details, not part of the token contract.

Index#

Methods#

register#void
register(handle: CngxStepRegistration)
unregister#void
unregister(id: string)
@paramidstring