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

    Interface MeetingSummaryLabels

    Labels for MeetingSummary component

    interface MeetingSummaryLabels {
        actionItems: string;
        assignee: string;
        copied: string;
        copy: string;
        decisions: string;
        dueDate: string;
        duration: string;
        error: string;
        export: string;
        keyPoints: string;
        loading: string;
        noData: string;
        participants: string;
        priorities: { high: string; low: string; medium: string };
        refresh: string;
        retry: string;
        sentiments: { negative: string; neutral: string; positive: string };
        speakingTime: string;
        statuses: { completed: string; in_progress: string; pending: string };
        summary: string;
        title: string;
        unassigned: string;
    }
    Index

    Properties

    actionItems: string

    Action items section header

    assignee: string

    Assignee label

    copied: string

    Copied confirmation

    copy: string

    Copy button tooltip

    decisions: string

    Decisions section header

    dueDate: string

    Due date label

    duration: string

    Duration label

    error: string

    Error message

    export: string

    Export button label

    keyPoints: string

    Key points section header

    loading: string

    Loading message

    noData: string

    No data message

    participants: string

    Participants section header

    priorities: { high: string; low: string; medium: string }

    Priority labels

    refresh: string

    Refresh button tooltip

    retry: string

    Retry button

    sentiments: { negative: string; neutral: string; positive: string }

    Sentiment labels

    speakingTime: string

    Speaking time label

    statuses: { completed: string; in_progress: string; pending: string }

    Status labels

    summary: string

    Summary section header

    title: string

    Component title

    unassigned: string

    No assignee placeholder