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

    Face snapshot component (ID: 13) Note: Also used for VRM avatar status (animation state) for compatibility

    interface FaceSnapshotComponent {
        components?:
            | FaceSnapshotData
            | { animationRunId: string; status: string };
        forceRender?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    components?: FaceSnapshotData | { animationRunId: string; status: string }
    forceRender?: boolean