API reference

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

I

interfaceSceneTransitionContext

@codexo/exojs / core / stable

Immutable, read-only description of the navigation a SceneTransition is being asked to run for - passed to SceneTransition.getRequirements and into the SceneTransitionEnvironment handed to SceneTransition.beginSession. Never mutates over a session's lifetime; construct a fresh one per navigation.

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

Immutable, read-only description of the navigation a SceneTransition is being asked to run for - passed to SceneTransition.getRequirements and into the SceneTransitionEnvironment handed to SceneTransition.beginSession. Never mutates over a session's lifetime; construct a fresh one per navigation.

Properties3
hasIncomingScene: boolean
true when this navigation activates a scene (false only for unload()'s active-scope discard, which has no incoming scene).
hasOutgoingScene: boolean
true when a scene was active before this navigation began.
Source