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

    Interface MoodSessionViewerProps

    Props for MoodSessionViewer component

    interface MoodSessionViewerProps {
        colors?: Partial<SentimentDashboardColors>;
        labels?: Partial<SentimentDashboardLabels>;
        onClose?: () => void;
        sessionData: MoodSessionFile;
        styles?: Partial<SentimentDashboardStyles>;
        sx?: SxProps<Theme>;
    }
    Index

    Properties

    colors?: Partial<SentimentDashboardColors>

    Custom colors

    labels?: Partial<SentimentDashboardLabels>

    Custom labels

    onClose?: () => void

    Callback when viewer is closed

    sessionData: MoodSessionFile

    Session data to display

    styles?: Partial<SentimentDashboardStyles>

    Custom styles

    sx?: SxProps<Theme>

    MUI sx prop