ISpritePointerEvent

Type interface

An interface defining event objects that originate from pinter interactions.

Inheritance

ISpritePointerEvent does not extend any other symbol.

ISpritePointerEvent is not extended by any other symbol.

Properties

native
#

Type undefined | false | true

Whether event originated in chart's container or its children.

originalEvent
#

Type IPointerEvent

Original event object that caused the interaction, e.g. MouseEvent.

point
#

Type IPoint

A point where event originated.

simulated
#

Type boolean

Is it a simulated event, e.g. if the event was generated by code rather then actual user interaction.

target
#

Type Sprite

The element on which the event occurred.