@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Interface BreadcrumbItem

    A single item in the breadcrumb trail.

    interface BreadcrumbItem {
        icon?: string;
        label: string;
        url?: string;
    }
    Index

    Properties

    Properties

    icon?: string

    Optional icon identifier.

    label: string

    Display label.

    url?: string

    Optional route or URL. When absent, the item is non-clickable.