Skip to main content
cngx-src documentation

CngxBreadcrumbSibling

Interface

projects/ui/breadcrumb/breadcrumb.types.ts

Referenced by#

Import#

import { CngxBreadcrumbSibling } from '@cngx/ui/breadcrumb'

Description#

One sibling in a CngxBreadcrumbSiblings dropdown - an alternative page at the same trail level. href renders a navigable row; the active level is marked current, which renders as aria-current="page" and drops the link.

Index#

Instance Properties#

current#boolean
ReadonlyOptional

Marks the sibling representing the current level - rendered as aria-current="page", no link.

ReadonlyOptional

Target for a navigable sibling. Omit (or set current) on the active level.

label#string
Readonly

Visible, and accessible, sibling text.