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

    Interface IntelligenceHubLabels

    Customizable text labels for IntelligenceHub.

    interface IntelligenceHubLabels {
        alertsTab: string;
        assistantTab: string;
        captionsTab: string;
        noAlerts: string;
        noCaptions: string;
        noSentiment: string;
        sentimentTab: string;
        settingsTab: string;
    }
    Index

    Properties

    alertsTab: string

    Alerts tab label

    assistantTab: string

    Assistant tab label

    captionsTab: string

    Captions tab label

    noAlerts: string

    Fallback text when alerts are not available

    noCaptions: string

    Fallback text when captions are not available

    noSentiment: string

    Fallback text when sentiment data is not available

    sentimentTab: string

    Sentiment tab label

    settingsTab: string

    Settings tab label