Hiyve Components - v1.0.0
    Preparing search index...

    Configuration for a tab in the IntelligenceHub.

    interface IntelligenceHubTab {
        badge?: number;
        disabled?: boolean;
        icon?: ReactNode;
        id: string;
        label: string;
        tooltip?: string;
    }
    Index

    Properties

    badge?: number

    Optional badge count

    disabled?: boolean

    Whether the tab is disabled

    icon?: ReactNode

    Optional icon

    id: string

    Unique tab identifier

    label: string

    Display label for the tab

    tooltip?: string

    Tooltip text