Home / Type/ AnimationState Type — ui Architecture

AnimationState Type — ui Architecture

Architecture documentation for the AnimationState type/interface in elevenlabs.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  5eabc095_b0e0_cd37_7a11_b7d834e24987["AnimationState"]
  a1a6ebaf_3f49_5bb2_b404_b9f06dce2cab["elevenlabs.tsx"]
  5eabc095_b0e0_cd37_7a11_b7d834e24987 -->|defined in| a1a6ebaf_3f49_5bb2_b404_b9f06dce2cab
  style 5eabc095_b0e0_cd37_7a11_b7d834e24987 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/base/blocks/elevenlabs.tsx lines 373–379

type AnimationState =
  | "connecting"
  | "initializing"
  | "listening"
  | "speaking"
  | "thinking"
  | undefined

Frequently Asked Questions

What is the AnimationState type?
AnimationState is a type/interface in the ui codebase, defined in apps/v4/registry/bases/base/blocks/elevenlabs.tsx.
Where is AnimationState defined?
AnimationState is defined in apps/v4/registry/bases/base/blocks/elevenlabs.tsx at line 373.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free