Variable tabItemsConst

    tabItems: {
        plugins: {
            key: string;
            label: string;
        };
        registration: {
            key: string;
            label: string;
        };
        users: {
            key: string;
            label: string;
        };
    } = ...

    Tab items

    Type declaration

    • plugins: {
          key: string;
          label: string;
      }
      • key: string
      • label: string
    • registration: {
          key: string;
          label: string;
      }
      • key: string
      • label: string
    • users: {
          key: string;
          label: string;
      }
      • key: string
      • label: string

    Generated using TypeDoc and TypeDoc Airthium Plugin