TrackedEventListener

A tracked event listener.

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

Since 1.7.0

Defined By

Properties

TrackedEventListener
handler : Function

Callback bound to the view's event.

Callback bound to the view's event.

TrackedEventListener
: String
ID attribute of the view object. ...

ID attribute of the view object. If the view object does not have an ID attribute, Alloy assigns it a unique ID.

TrackedEventListener
type : String

Name of the event.

Name of the event.

TrackedEventListener
view : Object

View object bound to the event listener.

View object bound to the event listener.