Type alias GlitchedElementRef

GlitchedElementRef: { startGlitch: (() => void); stopGlitch: (() => void) }

Represents a reference to a GlitchedElement component.

Type declaration

  • startGlitch: (() => void)
      • (): void
      • Returns void

  • stopGlitch: (() => void)
      • (): void
      • Returns void

Generated using TypeDoc