Loom Engine - v3.1.1
    Preparing search index...

    Interface EmotionEntry

    interface EmotionEntry {
        characterId: string;
        emotionId: string;
        value: number;
        rawValue: number;
        ageMs: number;
        peakValue: number;
    }
    Index

    Properties

    characterId: string
    emotionId: string
    value: number
    rawValue: number
    ageMs: number
    peakValue: number