metatell Bot SDK - v2.0.0
    Preparing search index...

    Interface AnimationEvent

    Animation event

    interface AnimationEvent {
        animationId: string;
        error?: Error;
        playbackId: string;
        timestamp: number;
        type: "started" | "completed" | "failed";
    }
    Index
    animationId: string
    error?: Error
    playbackId: string
    timestamp: number
    type: "started" | "completed" | "failed"