Member Junction
    Preparing search index...

    Reusable breadcrumb navigation component for dashboards. Shows hierarchical path from root to current location. Supports drag-and-drop of dashboards onto breadcrumb items.

    Index

    Constructors

    Properties

    AllowDragDrop: boolean = true

    Whether to allow drag-drop onto breadcrumb items

    Breadcrumbs: MJDashboardCategoryEntity[] = []

    Breadcrumb trail from root to current category

    CurrentDashboard: MJDashboardEntity | null = null

    Current dashboard (when viewing a specific dashboard)

    DashboardDrop: EventEmitter<BreadcrumbDropEvent> = ...

    Emitted when dashboards are dropped on a breadcrumb item

    DragOverCategoryId: string | null | undefined = undefined

    Category ID being hovered during drag

    Navigate: EventEmitter<BreadcrumbNavigateEvent> = ...

    Emitted when a breadcrumb item is clicked for navigation

    RootIcon: string = 'fa-solid fa-gauge-high'

    Icon class for the root breadcrumb item

    RootLabel: string = 'Dashboards'

    Label for the root breadcrumb item

    ShowDashboardName: boolean = false

    Whether to show the current dashboard name at the end

    Size: "normal" | "large" = 'normal'

    Size variant: 'normal' or 'large'

    Visible: boolean = true

    Whether breadcrumb is visible (e.g., hide during edit mode)

    Accessors

    Methods