Skip to main content

GoToOptions <TActivationData>

Provide scene activation data and override any existing configured route transitions or loaders

Index

Properties

optionaldestinationIn

destinationIn?: Transition

Optionally supply destination scene "in" transition, this will override any previously defined transition

optionalloader

loader?: DefaultLoader

Optionally supply a different loader for the destination scene, this will override any previously defined loader

optionalsceneActivationData

sceneActivationData?: TActivationData

Optionally supply scene activation data passed to Scene.onActivate

optionalsourceOut

sourceOut?: Transition

Optionally supply source scene "out" transition, this will override any previously defined transition