Skip to main content
cngx-src documentation

withTocAriaLabels

Functionui/tocv0.1.0

projects/ui/toc/config/features.ts

Description#

Override the toc's ARIA-string fallback - the accessible name of the nav landmark that wraps the link list (default 'On this page').

provideTocConfig(withTocAriaLabels({ nav: 'Auf dieser Seite' }));

Signature#

withTocAriaLabels(payload: NonNullable)

Parameters#

@parampayloadNonNullable

Returns#

CngxTocConfigFeature