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

    Interface AlertDetailDialogProps

    Props for AlertDetailDialog component

    interface AlertDetailDialogProps {
        alert: AlertsMeetingAlert | null;
        analysisContent?: string;
        analysisError?: string;
        colors?: Partial<AlertsColors>;
        icons?: Partial<AlertsIcons>;
        isAnalyzing?: boolean;
        labels?: Partial<AlertDetailDialogLabels>;
        onClose: () => void;
        onRetry?: () => void;
        open: boolean;
        styles?: Partial<AlertsStyles>;
        sx?: SxProps<Theme>;
    }
    Index

    Properties

    alert: AlertsMeetingAlert | null

    Alert to show details for

    analysisContent?: string

    AI analysis content (markdown)

    analysisError?: string

    Error message if analysis failed

    colors?: Partial<AlertsColors>

    Custom colors

    icons?: Partial<AlertsIcons>

    Custom icons

    isAnalyzing?: boolean

    Whether analysis is loading

    labels?: Partial<AlertDetailDialogLabels>

    Custom labels

    onClose: () => void

    Callback when dialog is closed

    onRetry?: () => void

    Callback to retry analysis

    open: boolean

    Whether the dialog is open

    styles?: Partial<AlertsStyles>

    Custom styles

    sx?: SxProps<Theme>

    MUI sx prop