# Titanium.Event

The base type for all Titanium events.

Availability
0.8
0.8
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# bubbles READONLY

Availability
3.0.0
3.0.0
9.2.0
bubbles :Boolean

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


# cancelBubble

Availability
3.0.0
3.0.0
9.2.0
cancelBubble :Boolean

Set to true to stop the event from bubbling.

Default: false


# source READONLY

Availability
0.8
0.8
9.2.0
source :Object

Source object that fired the event.


# type READONLY

Availability
0.8
0.8
9.2.0
type :String

Name of the event fired.