Event thrown on a Scene on activation

Type Parameters

  • TData = undefined

Hierarchy

Constructors

Properties

Accessors

Methods

Constructors

Properties

context: SceneActivationContext<TData>

The context for the scene activation

other: Scene<unknown>

Other target object for this event

target: Scene<unknown>

Target object for this event.

Accessors

  • get bubbles(): boolean
  • If set to false, prevents event from propagating to other actors. If true it will be propagated to all actors that apply.

    Returns boolean

  • set bubbles(value: boolean): void
  • Parameters

    • value: boolean

    Returns void

Methods