Skip to main content
cngx-src documentation

CompletedOverrideSource

Interface

projects/ui/mat-tabs/material-bridge/private-surfaces.ts

Import#

import { CompletedOverrideSource } from '@cngx/ui/mat-tabs'

Description#

Subset of CDK's CdkStep carrying the _completedOverride WritableSignal. MatStep.completed's getter reads this signal, so cngx's per-step state computed transitively tracks it through the getter and re-fires whenever Material flips completion. Documented limitation: hasError writes that are not paired with a completed change do not retrigger the computed — sharper note lives on createMatStepHandle's JSDoc.

Index#

Instance Properties#

_completedOverride#WritableSignal
Readonly