Backstage
    Preparing search index...

    A navigation item auto-discovered from a page extension in the app.

    interface NavContentNavItem {
        href: string;
        icon: IconElement;
        node: AppNode;
        routeRef: RouteRef;
        title: string;
    }
    Index

    Properties

    href: string

    The resolved route path

    The display icon

    node: AppNode

    The app node of the page extension that this nav item points to

    routeRef: RouteRef

    The route ref of the source page

    title: string

    The display title