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. |
  
   |
documentPrintUiOption | |
Array( DocumentPrintUiOptions )
DocumentPrintUiOptions |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
SUPPRESS_FILE_SAVE_DIALOG | 1936089444 | Do not show file save dialog during printing. |
  
   |
SUPPRESS_PRINT_DIALOG | 1936745575 | Do not show print dialog. |
  
   |
SUPPRESS_PRINT_PROGRESS | 1936748659 | Do not show progress bar during printing. |
  
   |
SUPPRESS_PRINT_WARNINGS | 1936750450 | Do not show warning dialog during printing. |
| UI options for print document |
  
   |
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
| |
  
   |
timeStamp | ○ |
日付型
| The time the event was initialized. |