Metatell AI Bot - v0.0.10
    Preparing search index...

    Interface AnimationEvent

    Animation event

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

    Properties

    animationId: string
    error?: Error
    playbackId: string
    timestamp: number
    type: "started" | "completed" | "failed"