API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
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): InvalidSceneRegistrationErrorProperties5
cause?: unknownkey: stringmessage: stringname: stringstack?: stringSource