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

    Participant mood data for display

    interface ParticipantMood {
        displayName: string;
        history?: MoodDataPoint[];
        moodState: SentimentMoodState;
        userId: string;
    }
    Index

    Properties

    displayName: string

    Display name

    history?: MoodDataPoint[]

    Historical data points

    Current mood state

    userId: string

    User ID