Backstage
    Preparing search index...

    Interface HeaderNavTab

    Represents a single navigation tab in the header.

    interface HeaderNavTab {
        href: string;
        id: string;
        label: string;
    }
    Index

    Properties

    Properties

    href: string
    id: string
    label: string