DocumentationDocumentationExamplesExamplesAboutAbout
GitHubGitHub (opens in a new tab)
  • Introduction
  • Getting Started
  • Guide
  • Create Your First Graphic
    • Create a Project
    • Sending Data
    • Introducing State
    • In/Out Animations
  • Graphic Manifest
  • Preview Presets
  • Preview Images
  • Responsive Graphics
  • Build for CasparCG
  • Graphics Kit
  • Intro
    • useCaspar
    • useFont
    • useImage
    • useFetch
    • useCasparData
    • useCasparState
    • FramerMotion
    • GsapTimeline
    • Crawl
  • States
Question? Give us feedback → (opens in a new tab)Edit this page
Documentation
States

States

An object containg the different states a graphic can be in.

const States = {
  loading: 0,
  loaded: 1,
  playing: 2,
  paused: 3,
  stopped: 4,
  removed: 5
}
Crawl

© 2025 Caspar Graphics