Member Junction
    Preparing search index...

    Per-tab config understood by .

    interface TabConfig {
        badge?: string | number | null;
        badgeVariant?: "success" | "warning" | "default" | "error";
        icon?: string;
        key: string;
        label: string;
    }
    Index

    Properties

    badge?: string | number | null

    Optional count or short string shown in a small badge after the label.

    badgeVariant?: "success" | "warning" | "default" | "error"

    Semantic variant for the badge (drives color). Defaults to 'default'.

    icon?: string

    Optional Font Awesome icon class (e.g. 'fa-solid fa-server').

    key: string

    Unique key — emitted via (TabChange) when this tab is clicked.

    label: string

    Visible label.