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

    Interface ParticipantSectionProps

    Props for ParticipantSection component

    interface ParticipantSectionProps {
        collapsed?: boolean;
        colors?: Partial<MeetingSummaryColors>;
        icons?: Partial<MeetingSummaryIcons>;
        labels?: Partial<ParticipantSectionLabels>;
        onParticipantClick?: (participant: SummaryParticipant) => void;
        onToggle?: () => void;
        participants: SummaryParticipant[];
        styles?: Partial<MeetingSummaryStyles>;
        sx?: SxProps<Theme>;
    }
    Index

    Properties

    collapsed?: boolean

    Whether section is collapsed

    colors?: Partial<MeetingSummaryColors>

    Custom colors

    icons?: Partial<MeetingSummaryIcons>

    Custom icons

    labels?: Partial<ParticipantSectionLabels>

    Custom labels

    onParticipantClick?: (participant: SummaryParticipant) => void

    Callback when participant is clicked

    onToggle?: () => void

    Callback when section is toggled

    participants: SummaryParticipant[]

    List of participants

    styles?: Partial<MeetingSummaryStyles>

    Custom styles

    sx?: SxProps<Theme>

    MUI sx prop