Skip to main content
cngx-src documentation

CngxStepperGroupSummaryView

Interface

projects/common/stepper/group-summary.ts

Import#

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

Description#

Collapsed-group summary view consumed by <cngx-stepper>. Resolves the groupCollapseSummary mode and the per-group progress / count text, the status-dot gate, and the SR phrase. Pure derivation over the group's subtree step states; rendered only on collapsed groups.

Index#

Instance Properties#

Readonly

Resolved summary mode (config cascade, default 'progress').

Methods#

showStatus#boolean
showStatus(node: CngxStepNode)

true when a status dot should render (mode status, group collapsed).

@paramnodeCngxStepNode
srText#string | null
srText(node: CngxStepNode)

Screen-reader phrase for progress/count, else null.

@paramnodeCngxStepNode
text#string | null
text(node: CngxStepNode)

Visible badge text for progress/count, else null.

@paramnodeCngxStepNode