Skip to content

Titanium.Event

The base type for all Titanium events.

Since: 0.1

Properties #

bubbles#

Type: Boolean

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

cancelBubble#

Type: Boolean

Set to true to stop the event from bubbling.

source#

Type: Object

Source object that fired the event.

type#

Type: String

Name of the event fired.

Titanium SDK Documentation