Ver. | メソッドの書式 | 戻り値 | メソッドの説明 |
---|
| | パラメータ | 値 | | パラメータの説明 |
|
addEventListener(eventType, handler, [captures]) |
EventListener | EventListenerを作成 |
| eventType |
文字列値 | | |
| handler |
ファイル, JavaScript関数 | | |
| [captures] |
真偽値 | | (廃止) |
|
getElements() |
Array( LibraryPanel ) | オブジェクト参照を返す |
|
removeEventListener(eventType, handler, [captures]) |
真偽値 | EventListenerを削除 |
| eventType |
文字列値 | | |
| handler |
ファイル, JavaScript関数 | | |
| [captures] |
真偽値 | | (廃止) |
|
select(selectableItems, [existingSelection]) |
なし | オブジェクトを選択状態にする |
| selectableItems |
Object, Array( Object ), NothingEnum.NOTHING(1851876449/nada), SelectAll.ALL(1634495520/all ) | | 選択するオブジェクト |
| [existingSelection] |
SelectionOptions
SelectionOptions |
---|
Ver. | 値 | 10進数/文字列 | 説明 |
| ADD_TO | 1633969202 add2 | 追加選択する |
| REMOVE_FROM | 1919249734 remF | 選択から削除する |
| REPLACE_WITH | 1919250519 repW | 置き換える |
| SET_KEY | 1936028779 setk | 整列のキーオブジェクトにする |
| | 既に選択されているものがあった場合 (既定値=SelectionOptions.REPLACE_WITH) |
|
showAll() |
なし | 全てのアセットを表示 |
|
toSource() |
文字列値 | ソースコードを表す文字列を返す |
|
toSpecifier() |
文字列値 | Retrieves the object specifier. |