テキスト変数-ファイル名
Ver. | プロパティ | R/O | 値 |
---|---|---|---|
parent | ○ | TextVariable | |
eventListeners | ○ | EventListeners | |
events | ○ | Events |
Ver. | プロパティ名 | R/O | 値 | 説明 |
---|---|---|---|---|
includeExtension | 真偽値 | If true, includes the file extension. | ||
includePath | 真偽値 | If true, includes the entire path of the file. | ||
isValid | ○ | 真偽値 | オブジェクトが有効かどうか | |
properties | Object | |||
textAfter | 文字列値 | 後続テキスト ( 128 文字まで) | ||
textBefore | 文字列値 | 先行テキスト ( 128 文字まで) |
Ver. | メソッドの書式 | 戻り値 | メソッドの説明 | ||
---|---|---|---|---|---|
パラメータ | 値 | パラメータの説明 | |||
addEventListener(eventType, handler, [captures]) | EventListener | EventListenerを作成 | |||
eventType | 文字列値 | ||||
handler | ファイル, JavaScript関数 | ||||
[captures] | 真偽値 | (廃止) | |||
getElements() | Array( FileNameVariablePreference ) | オブジェクト参照を返す | |||
removeEventListener(eventType, handler, [captures]) | 真偽値 | EventListenerを削除 | |||
eventType | 文字列値 | ||||
handler | ファイル, JavaScript関数 | ||||
[captures] | 真偽値 | (廃止) | |||
toSource() | 文字列値 | ソースコードを表す文字列を返す | |||
toSpecifier() | 文字列値 | Retrieves the object specifier. |