API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
classConcurrentSceneNavigationError
@codexo/exojs / core / stable
Thrown when `change`/`restore` is called while another Scene switch, restore, or transition session is already in flight - navigation never queues.
4
props
0
methods
0
events
Import
import { ConcurrentSceneNavigationError } from '@codexo/exojs'Thrown when `change`/`restore` is called while another Scene switch, restore, or transition session is already in flight - navigation never queues.
Constructors1
new(): ConcurrentSceneNavigationErrorProperties4
cause?: unknownmessage: stringname: stringstack?: stringSource