Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Breadcrumb

A single breadcrumb in the breadcrumbs bar.

Hierarchy

  • Breadcrumb

Index

Properties

Optional Readonly containerClass

containerClass: string

CSS classes for the container.

Optional Readonly iconClass

iconClass: string

A CSS class for the icon.

Readonly id

id: string

An ID of this breadcrumb that should be unique in the breadcrumbs bar.

Readonly label

label: string

The text that will be rendered as label.

Readonly longLabel

longLabel: string

A longer text that will be used as tooltip text.

Readonly type

type: symbol

The breadcrumb type. Should be the same as the contribution type BreadcrumbsContribution#type.