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

    Historical data point for a participant

    interface MoodDataPoint {
        emotion: number;
        emotionString: SentimentEmotionType;
        engagement: number;
        timestamp: number;
    }
    Index

    Properties

    emotion: number

    Emotion as numeric value (0-1)

    emotionString: SentimentEmotionType

    Emotion as string

    engagement: number

    Engagement value (0-1)

    timestamp: number

    Unix timestamp