Ver. | プロパティ名 | R/O | 値 | 説明 |
  
   |
bubbles | ○ |
ブール型
| If true, the event supports the bubbling phase of propagation. |
  
   |
cancelable | ○ |
ブール型
| キャンセルできるか |
  
   |
captures | ○ |
ブール型
| If true, the event supports the capturing phase of propagation. |
  
   |
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. |
  
   |
format | ○ |
文字列型
| The import/export file format. |
  
   |
fullName | ○ |
文字列型
| The full path to the ImportExportEvent, including the name of the ImportExportEvent. |
  
   |
id | ○ |
数値型
| オブジェクトのID |
  
   |
index | ○ |
数値型
| インデックス |
  
   |
isValid | ○ |
ブール型
| |
  
   |
propagationStopped | ○ |
ブール型
| If true, propagation of the event beyond the current target has been stopped. |
  
   |
target | ○ |
Object
| |
  
   |
timeStamp | ○ |
日付型
| The time the event was initialized. |
  
   |
userInteractionLevel | ○ |
UserInteractionLevels
UserInteractionLevels |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
INTERACT_WITH_ALERTS | 1699311170 | 警告のダイアログのみ表示 |
  
   |
INTERACT_WITH_ALL | 1699311169 | 全てのダイアログを表示 |
  
   |
NEVER_INTERACT | 1699640946 | 全てのダイアログを表示しない |
| ダイアログの表示 |