Skip to main content
cngx-src documentation

CngxTabGroupAnnouncementsOptions

Interface

projects/common/tabs/announcements/tab-group-announcements.ts

Import#

import { CngxTabGroupAnnouncementsOptions } from '@cngx/common/tabs'

Description#

Inputs the announcements bundle reads from the host organism. Passing presenter / i18n / config in (instead of re-injecting) keeps the factory pure - one call returns the bundle, no injection context required.

Index#

Instance Properties#

ariaLabel#Signal
Readonly

Per-instance aria-label Input on the organism.

ariaLabelledBy#Signal
Readonly

Per-instance aria-labelledby Input on the organism.

closedAnnouncement#Signal
ReadonlyOptional

Landed-close phrase from createTabDismissals. When supplied, liveAnnouncement surfaces it while no commit phrase applies and expires it on the next commit activity, so a stale close can never re-enter (and re-announce through) the live region.

Readonly
Readonly
Readonly