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

    Interface MeetingSummaryProps

    Props for the MeetingSummary component.

    interface MeetingSummaryProps {
        colors?: Partial<MeetingSummaryColors>;
        labels?: Partial<MeetingSummaryLabels>;
        showParticipants?: boolean;
        summary: MeetingSummaryData;
        title?: string;
    }
    Index

    Properties

    colors?: Partial<MeetingSummaryColors>

    Partial color overrides merged with built-in defaults. See MeetingSummaryColors.

    labels?: Partial<MeetingSummaryLabels>

    Partial label overrides merged with built-in defaults. See MeetingSummaryLabels.

    showParticipants?: boolean

    Whether to display the participants section.

    true

    Structured summary data to display.

    title?: string

    Optional override for the main title. When set, this takes precedence over summary.title.