API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
classUnregisteredSceneError
@codexo/exojs / core / stable
Thrown (dev builds only) when navigating to a constructor that is not present in `ApplicationOptions.scenes`.
6
props
0
methods
0
events
Import
import { UnregisteredSceneError } from '@codexo/exojs'Thrown (dev builds only) when navigating to a constructor that is not present in `ApplicationOptions.scenes`.
Constructors1
new(constructorName: string, registeredNames: readonly string[]): UnregisteredSceneErrorProperties6
cause?: unknownconstructorName: stringmessage: stringname: stringregisteredNames: readonly string[]stack?: stringSource