An event listener.
Go to Property Listing | Method Listing
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
If true, the event supports the capturing phase of propagation. |
||
|
readonly |
The name of the event. |
||
|
JavaScriptFunction |
readonly |
The handler to invoke when the event occurs. Can return: File or JavaScript Function. |
|
|
readonly |
The unique ID of the EventListener. |
||
|
readonly |
The index of the EventListener within its containing object. |
||
|
readonly |
Returns true if the object specifier resolves to valid objects. |
||
|
readonly |
The parent of the EventListener (a Document, Application, MenuAction, ScriptMenuAction, Menu or Submenu). |
||
|
read/write |
A property that allows setting of several properties at the same time. |
EventListener getElements ()
Resolves the object specifier, creating an array of object references.
undefined remove ()
Deletes the EventListener.
String toSource ()
Generates a string which, if executed, will return the EventListener.
String toSpecifier ()
Retrieves the object specifier.