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

    Interface DecisionsSectionProps

    Props for DecisionsSection component

    interface DecisionsSectionProps {
        collapsed?: boolean;
        colors?: Partial<MeetingSummaryColors>;
        decisions: Decision[];
        icons?: Partial<MeetingSummaryIcons>;
        labels?: Partial<DecisionsSectionLabels>;
        onDecisionClick?: (decision: Decision) => void;
        onToggle?: () => void;
        styles?: Partial<MeetingSummaryStyles>;
        sx?: SxProps<Theme>;
    }
    Index

    Properties

    collapsed?: boolean

    Whether section is collapsed

    colors?: Partial<MeetingSummaryColors>

    Custom colors

    decisions: Decision[]

    List of decisions

    icons?: Partial<MeetingSummaryIcons>

    Custom icons

    labels?: Partial<DecisionsSectionLabels>

    Custom labels

    onDecisionClick?: (decision: Decision) => void

    Callback when decision is clicked

    onToggle?: () => void

    Callback when section is toggled

    styles?: Partial<MeetingSummaryStyles>

    Custom styles

    sx?: SxProps<Theme>

    MUI sx prop