Skip to main content
cngx-src documentation

CngxBreadcrumbWidthTier

Interface

projects/common/interactive/breadcrumb/breadcrumb-responsive.ts

Referenced by#

Import#

import { CngxBreadcrumbWidthTier } from '@cngx/common/interactive'

Description#

One width breakpoint for the responsive breadcrumb collapse: at minWidth pixels and above, show at most maxVisible crumbs before the middle folds into the overflow menu. A tier list is resolved by resolveBreadcrumbTier.

Index#

Instance Properties#

maxVisible#number
Readonly

Crumb cap once this tier is the active one. Fed to the count-based collapse.

minWidth#number
Readonly

Lower bound (inclusive, px) at which this tier's maxVisible applies.