ScriptUIExtendScript only
Object

Event

Base class for UIEvent.

Properties

NameType AccessDescription
static Varies readonly
static Varies readonly
static Varies readonly
static Varies readonly
Boolean readonly True if the event is of a type that bubbles.
Boolean readonly True if the default action associated with the event can be canceled with preventDefault().
Boolean readonly True if this event can be captured.
Boolean readonly The event target object which is currently handling the event. During capturing and bubbling, this is different from the property target.
String readonly The current phase of event propagation; one of none, target, capture, bubble.
Object readonly The event target object for this event.
Date readonly The date and time at which the event occurred.
String readonly The name of the event that this object represents.

Methods

void

Prevents the default action associated with this event from being called.

void

Stops the propagation of this event.

Return 16

Methods that return a Event.