Backstage
    Preparing search index...

    Interface HeaderPageBreadcrumb

    Represents a breadcrumb item in the header.

    interface HeaderPageBreadcrumb {
        href: string;
        label: string;
    }
    Index

    Properties

    Properties

    href: string
    label: string