Skip to main content
cngx-src documentation

CngxIncrementalListAriaLabels

Interface

projects/ui/collection/incremental-list-config.ts

Import#

import { CngxIncrementalListAriaLabels } from '@cngx/ui/collection'

Description#

Accessible-name / visible-label strings for the incremental-list view states. Each doubles as the live-region announcement and the built-in view text, so an override stays in sync across both surfaces. Library defaults are English; consumers localise via withIncrementalListAriaLabels.

Index#

Instance Properties#

empty#string
Readonly

Empty-view text shown when the bound state settles with no data.

endReached#function
Readonly

End-reached label once every page is revealed, given the total item count.

error#string
Readonly

Error-view text shown when the first load fails.

loadedMore#function
Readonly

Recycler load-count announcement, live-announced when the accumulated total grows under [virtualize]. Owner-split from the view-state live region: the recycler announcer speaks only load-count, the organism's statusMessage keeps empty / error / end-reached. count rows newly revealed, total accumulated. Routed into the recycler's i18n so localisation stays one cascade.

loading#string
Readonly

Busy indicator label while the first load runs.

pageError#string
Readonly

Error text shown when a subsequent page fails but the accumulated rows stay visible (content+error). Distinct from error so assistive tech can tell a page-N failure (list preserved) from a first-load failure (nothing shown).

retry#string
Readonly

Retry-button label on the built-in error view.