Skip to main content

SceneWithOptions

Index

Properties

optionalloader

Optionally specify a loader for the scene

scene

scene: Scene<unknown> | SceneConstructor

Scene associated with this route

If a constructor is provided it will not be constructed until navigation is requested

optionaltransitions

transitions?: { in?: Transition; out?: Transition }

Specify scene transitions


Type declaration

  • optionalin?: Transition

    Optionally specify a transition when going "in" to this scene

  • optionalout?: Transition

    Optionally specify a transition when going "out" of this scene