Skip to main content
cngx-src documentation

TreetableLabels

Interface

projects/data-display/treetable/treetable.token.ts

Import#

import { TreetableLabels } from '@cngx/data-display/treetable'

Description#

Every built-in string CngxTreetable renders or announces. English by default; localise app-wide via withTreetableLabels. The counted bulk-selection announcements ("N rows selected") are not in this bag - they are parameterised and stay library-owned for now.

Index#

Instance Properties#

collapse#string

aria-label of an expanded row's collapse toggle.

emptyFallback#string

Visible text of the default empty surface.

errorFallback#string

Visible error text and its live-region announcement when a load fails.

expand#string

aria-label of a collapsed row's expand toggle.

loading#string

Live-region announcement while the first load runs.

refreshing#string

Live-region announcement and indicator text during a refresh over content.

selectAll#string

aria-label of the header "select all" checkbox.

selectRow#string

aria-label of a body row's selection checkbox.