Skip to main content
cngx-src documentation

CngxTabsFallbackLabels

Interface

projects/common/tabs/tabs-config.ts

Import#

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

Description#

Fallback labels for derived strings (role descriptions, badge SR announcements). Library defaults are English; consumers override per locale.

Index#

Instance Properties#

tabPanelRoleDescription#string
ReadonlyOptional

aria-roledescription for each tab panel. Default 'tab panel'.

tabRoleDescription#string
ReadonlyOptional

aria-roledescription for the tablist. Default 'tab list' (the W3C ARIA convention) - kept distinct from the region aria-label so AT does not read the same word twice back-to-back.