API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

C

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(): ConcurrentSceneNavigationError
Properties4
cause?: unknown
message: string
name: string
stack?: string
Source