event

A collection of events.

event Properties

Property Type Access Description
bubbles boolean read If true, the event supports the bubbling phase of propagation.
cancelable boolean read If true, the default behavior of the event on its target can be canceled.
captures boolean read If true, the event supports the capturing phase of propagation.
class type class read The class descriptor type.
current target reference read The current propagation target of the event.
default prevented boolean read If true, the default behavior of the event on its target has been canceled.
event phase not dispatching,
capturing phase,
at target,
bubbling phase,
done,
read The current propagation phase of the event.
event type string read The name of the event.
id integer read The unique ID of the event.
index integer read The index of the event within its containing object.
object reference event read An object reference for the event.
parent reference read The parent of the event (a document, application, menu action, script menu action, menu or submenu). Can return: document, application, menu action, script menu action, menu or submenu.
propagation stopped boolean read If true, propagation of the event beyond the current target has been stopped.
properties record r/w A property that allows setting of several properties at the same time.
target reference read The target of the event.
time stamp date read The time the event was initialized.

Leave a Comment

Previous post:

Next post: