new Tiny.interaction.InteractionEvent()
Members
-
currentTargetTiny.DisplayObject
-
The object whose event listener’s callback is currently being invoked.
-
InteractionData related to this event
-
stoppedboolean
-
Whether this event will continue propagating in the tree
-
targetTiny.DisplayObject
-
The object which caused this event to be dispatched.
For listener callback see Tiny.interaction.InteractionEvent.currentTarget. -
typestring
-
Type of the event
Methods
-
Prevents event from reaching any objects other than the current object.
- Version:
- 1.2.0
-
stopPropagation()
-
Prevents event from reaching any objects other than the current object.