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

    Interface KeyPointsSectionProps

    Props for KeyPointsSection component

    interface KeyPointsSectionProps {
        collapsed?: boolean;
        colors?: Partial<MeetingSummaryColors>;
        icons?: Partial<MeetingSummaryIcons>;
        keyPoints: KeyPoint[];
        labels?: Partial<KeyPointsSectionLabels>;
        onKeyPointClick?: (keyPoint: KeyPoint) => void;
        onToggle?: () => void;
        styles?: Partial<MeetingSummaryStyles>;
        sx?: SxProps<Theme>;
    }
    Index

    Properties

    collapsed?: boolean

    Whether section is collapsed

    colors?: Partial<MeetingSummaryColors>

    Custom colors

    icons?: Partial<MeetingSummaryIcons>

    Custom icons

    keyPoints: KeyPoint[]

    List of key points

    labels?: Partial<KeyPointsSectionLabels>

    Custom labels

    onKeyPointClick?: (keyPoint: KeyPoint) => void

    Callback when key point is clicked

    onToggle?: () => void

    Callback when section is toggled

    styles?: Partial<MeetingSummaryStyles>

    Custom styles

    sx?: SxProps<Theme>

    MUI sx prop