Skip to main content
cngx-src documentation

CngxPaginatorAnnouncements

Interface

projects/ui/paginator/paginator-config.ts

Import#

import { CngxPaginatorAnnouncements } from '@cngx/ui/paginator'

Description#

Live-region announcement phrasing. The paginator announces the effective page on every change (navigation or a total-shrink clamp, so the clamp is never silent) and the async busy / settle transitions. Library defaults are English; consumers localise via withPaginatorAnnouncements.

Index#

Instance Properties#

loading#string
Readonly

Announced when the bound async state becomes busy.

pageChange#function
Readonly

Announced on every page change, given the 1-based page and total pages.

updated#string
Readonly

Announced when the bound async state settles after being busy.