Ver. | プロパティ名 | R/O | 値 | 説明 |
|
bubbles | ○ |
真偽値 | If true, the event supports the bubbling phase of propagation. |
|
cancelable | ○ |
真偽値 | キャンセルできるか |
|
currentTarget | ○ |
Object | |
|
defaultPrevented | ○ |
真偽値 | If true, the default behavior of the event on its target has been canceled. |
|
eventPhase | ○ |
EventPhases
EventPhases |
---|
Ver. | 値 | 10進数/文字列 | 説明 |
| AT_TARGET | 1701724500 enAT | The at-target phase of propagation. |
| BUBBLING_PHASE | 1701724789 enBu | The bubbling phase of propagation. |
| DONE | 1701725252 enDD | The propagation is complete. |
| NOT_DISPATCHING | 1701727812 enND | Not yet propagating. |
| The current propagation phase of the event. |
|
eventType | ○ |
文字列値 | The name of the event. |
|
id | ○ |
数値 | オブジェクトのID |
|
index | ○ |
数値 | インデックス |
|
isValid | ○ |
真偽値 | オブジェクトが有効かどうか |
|
propagationStopped | ○ |
真偽値 | If true, propagation of the event beyond the current target has been stopped. |
|
properties | |
Object | |
|
target | ○ |
Object | |
|
timeAllocated | ○ |
数値 | Amount of time allocated to this task at the time the event was dispatched. |
|
timeStamp | ○ |
日時値 | The time the event was initialized. |