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

    Interface EmotionSpec

    interface EmotionSpec {
        id: string;
        baseline?: number;
        decayHalfLifeMs?: number;
        thresholds?: EmotionThreshold[];
        data?: Record<string, unknown>;
    }
    Index

    Properties

    id: string
    baseline?: number
    decayHalfLifeMs?: number
    thresholds?: EmotionThreshold[]
    data?: Record<string, unknown>