API reference

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

C

classInvalidSceneRegistrationError

@codexo/exojs / core / stable

Thrown (dev builds only) when `ApplicationOptions.scenes` contains a value that is not a SceneRegistration - neither a Scene subclass constructor nor a `{ scene, transition? }` descriptor whose `scene` is one.

5
props
0
methods
0
events
Import
import { InvalidSceneRegistrationError } from '@codexo/exojs'

Thrown (dev builds only) when `ApplicationOptions.scenes` contains a value that is not a SceneRegistration - neither a Scene subclass constructor nor a `{ scene, transition? }` descriptor whose `scene` is one.

Constructors1
new(key: string): InvalidSceneRegistrationError
Properties5
cause?: unknown
key: string
message: string
name: string
stack?: string
Source