API reference

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

T

typeSceneRegistration

@codexo/exojs / core / stable

A single `ApplicationOptions.scenes` registry entry: either a bare Scene subclass constructor, or a descriptor pairing one with a target-bound default transition. Both forms register identically - `title: TitleScene` and `title: { scene: TitleScene }` are equivalent.

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

A single `ApplicationOptions.scenes` registry entry: either a bare Scene subclass constructor, or a descriptor pairing one with a target-bound default transition. Both forms register identically - `title: TitleScene` and `title: { scene: TitleScene }` are equivalent.

Definition1
Source