extIEventItem

Interface holds information about an event.

Methods

preventDefault()

Cancels the event if it is cancelable.

Attributes

type

The name of the event

data

Can hold extra details and data associated with the event. This
is optional and event specific. If the event does not send extra
details, this is null.