Ver. | メソッドの書式 | 戻り値 | メソッドの説明 |
---|
| | パラメータ | 値 | | パラメータの説明 |
  
   |
addEventListener(eventType, handler, [captures]) | EventListener | EventListenerを作成 |
| eventType |
文字列型
| | |
| handler |
File型, JavaScript関数
| | |
| [captures] |
ブール型(既定値=false)
| | This parameter is obsolete. |
  
   |
clear() | なし | 消去 |
  
   |
get(name) | 文字列型 | Gets the value of a script argument. |
| name |
文字列型
| | 名前 |
  
   |
getElements() | ScriptArg | |
  
   |
getValue(name) | 文字列型 | Gets the value of a script argument. |
| name |
文字列型
| | 名前 |
  
   |
isDefined(name) | ブール型 | Verifies whether the script argument is defined. |
| name |
文字列型
| | 名前 |
  
   |
removeEventListener(eventType, handler, [captures]) | ブール型 | EventListenerを削除 |
| eventType |
文字列型
| | |
| handler |
File型, JavaScript関数
| | |
| [captures] |
ブール型(既定値=false)
| | This parameter is obsolete. |
  
   |
restore() | なし | Restores all script arguments. |
  
   |
save() | なし | Saves the script arguments. |
  
   |
set(name, value) | なし | Sets the value of a script argument. |
| name |
文字列型
| | 名前 |
| value |
文字列型
| | 値 |
  
   |
setValue(name, value) | なし | Sets the value of a script argument. |
| name |
文字列型
| | 名前 |
| value |
文字列型
| | 値 |
  
   |
toSource() | 文字列型 | |
  
   |
toSpecifier() | 文字列型 | |