Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BreadcrumbComponent

The BreadcrumbComponent provides a PrimeNG Component for providing navigation with dotCMS Components It can respond to the Site or Folder being changed. In addition the navigation it provides can be clicked on There is no connection to the other components directly. The interaction is all managed by the SiteBrowserState

Hierarchy

  • BreadcrumbComponent

Index

Constructors

constructor

Properties

Private pathItems

pathItems: MenuItem[]

subscription

subscription: Subscription

Private updateService

updateService: SiteBrowserState

Methods

Private addFolderItem

  • addFolderItem(folderName: string): void

Private addSiteItem

  • addSiteItem(siteName: string): void

Private buildMenuItemsFromURI

  • buildMenuItemsFromURI(uri: string): void

Private getCurrentURI

  • getCurrentURI(): string

onFolderClick

  • onFolderClick(folderName: string): void

onSiteChange

  • onSiteChange(siteName: string): void

Generated using TypeDoc