API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
classDuplicateSceneRegistrationError
@codexo/exojs / core / stable
Thrown (dev builds only) when `ApplicationOptions.scenes` registers the same constructor under more than one key.
6
props
0
methods
0
events
Import
import { DuplicateSceneRegistrationError } from '@codexo/exojs'Thrown (dev builds only) when `ApplicationOptions.scenes` registers the same constructor under more than one key.
Constructors1
new(constructorName: string, keys: readonly [string, string]): DuplicateSceneRegistrationErrorProperties6
cause?: unknownconstructorName: stringkeys: readonly [string, string]message: stringname: stringstack?: stringSource