Ver. | プロパティ名 | R/O | 値 | 説明 |
  
   |
bubbles | ○ |
ブール型
| If true, the event supports the bubbling phase of propagation. |
  
   |
cancelable | ○ |
ブール型
| キャンセルできるか |
  
   |
currentTarget | ○ |
Object
| The current propagation target of the event. |
  
   |
defaultPrevented | ○ |
ブール型
| If true, the default behavior of the event on its target has been canceled. |
  
   |
eventPhase | ○ |
EventPhases
EventPhases |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
AT_TARGET | 1701724500 | The at-target phase of propagation. |
  
   |
BUBBLING_PHASE | 1701724789 | The bubbling phase of propagation. |
  
   |
CAPTURING_PHASE | 1701725040 | The capturing phase of propagation. |
  
   |
DONE | 1701725252 | The propagation is complete. |
  
   |
NOT_DISPATCHING | 1701727812 | 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. |
  
   |
target | ○ |
Object
| |
  
   |
timeAllocated | ○ |
数値型
| Amount of time allocated to this task at the time the event was dispatched. |
  
   |
timeStamp | ○ |
日付型
| The time the event was initialized. |