Skip to main content
cngx-src documentation

CngxSelectAnnouncerConfig

Interface

projects/forms/select/shared/config.ts

Referenced by#

Import#

import { CngxSelectAnnouncerConfig } from '@cngx/forms/select'

Description#

Live-region announcer config: politeness + formatter.

Index#

Instance Properties#

enabled#boolean
ReadonlyOptional
format#function
ReadonlyOptional

Live-region message formatter.

  • action/count: multi-select only. Single leaves them undefined.
  • 'reordered' + fromIndex/toIndex: chip move, no membership change.
  • 'created': inline quick-create.
politeness#"polite" | "assertive"
ReadonlyOptional