Titanium.Event

The base type for all Titanium events.

  • 0.8
  • 0.8
  • 0.8

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

Titanium.Event
bubbles : Booleanreadonly

True if the event will try to bubble up if possible.

True if the event will try to bubble up if possible.

  • 3.0.0
  • 3.0.0
  • 3.0.0
Titanium.Event
: Boolean
Set to true to stop the event from bubbling. ...

Set to true to stop the event from bubbling.

Default: false

  • 3.0.0
  • 3.0.0
  • 3.0.0
Titanium.Event
source : Objectreadonly

Source object that fired the event.

Source object that fired the event.

Titanium.Event
type : Stringreadonly

Name of the event fired.

Name of the event fired.