A document event.
document event Properties
| Property | Type | Access | Description |
|---|---|---|---|
| bubbles | boolean | read | If true, the document event supports the bubbling phase of propagation. |
| cancelable | boolean | read | If true, the default behavior of the document event on its target can be canceled. |
| captures | boolean | read | If true, the document 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 document event. |
| default prevented | boolean | read | If true, the default behavior of the document 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 document event. |
| event type | string | read | The name of the event. |
| full name | alias or string | read | The full path to the document event, including the name of the document event. |
| id | integer | read | The unique ID of the document event. |
| index | integer | read | The index of the document event within its containing object. |
| object reference | document event | read | An object reference for the document event. |
| parent | reference | read | The parent of the document event (a application or document). Can return: application or document. |
| propagation stopped | boolean | read | If true, propagation of the document 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 document event. |
| time stamp | date | read | The time the document event was initialized. |
| user interaction level | never interact, interact with all, interact with alerts, never interact, interact with all, interact with alerts, |
read | Controls the display of dialogs and alerts during script processing. |