Skip to main content

ActivateEvent <TData>

Event thrown on a Scene on activation

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

publiccontext

context: SceneActivationContext<TData>

The context for the scene activation

publicinheritedother

other: Scene<unknown> | null = null

Other target object for this event

publicself

self: Scene

publicinheritedtarget

target: Scene

Target object for this event.

Accessors

publicinheritedbubbles

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


    Returns boolean

  • Parameters

    • value: boolean

    Returns void

Methods

publicinheritedstopPropagation

  • stopPropagation(): void
  • Prevents event from bubbling


    Returns void