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

    Interface FaceSnapshotComponent

    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
    components?: FaceSnapshotData | { animationRunId: string; status: string }
    forceRender?: boolean