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

    Interface MeetingSummaryLabels

    Label overrides for the MeetingSummary component.

    Use this to localize or customize all user-facing text.

    interface MeetingSummaryLabels {
        actionItems: string;
        assignedTo: string;
        completed: string;
        decisions: string;
        dueBy: string;
        duration: string;
        keyPoints: string;
        noSummary: string;
        participants: string;
        title: string;
    }
    Index

    Properties

    actionItems: string

    Section header for action items.

    'Action Items'

    assignedTo: string

    Prefix for action item assignee display.

    'Assigned to'

    completed: string

    Status text for completed action items.

    'Completed'

    decisions: string

    Section header for decisions.

    'Decisions'

    dueBy: string

    Prefix for action item due date display.

    'Due by'

    duration: string

    Label prefix for the duration display.

    'Duration'

    keyPoints: string

    Section header for key points.

    'Key Points'

    noSummary: string

    Empty state message when no summary data is available.

    'No summary available'

    participants: string

    Section header for participants.

    'Participants'

    title: string

    Main title displayed at the top of the summary.

    'Meeting Summary'