Backstage
    Preparing search index...

    Variable HeaderNavItemDefinitionConst

    HeaderNavItemDefinition: {
        analytics: true;
        classNames: { root: "bui-HeaderNavItem" };
        propDefs: {
            active: {};
            className: {};
            href: {};
            id: {};
            label: {};
            noTrack: {};
            onHighlight: {};
            registerRef: {};
        };
        styles: { readonly [key: string]: string };
    } = ...

    Type Declaration

    • Readonlyanalytics: true
    • ReadonlyclassNames: { root: "bui-HeaderNavItem" }
    • ReadonlypropDefs: {
          active: {};
          className: {};
          href: {};
          id: {};
          label: {};
          noTrack: {};
          onHighlight: {};
          registerRef: {};
      }
    • styles: { readonly [key: string]: string }