ItemSortKeyUpdateオブジェクト
| コンポーネント情報 | |
|---|---|
| version | 8.0.1 |
アイテムの表示順変更の情報を保持するクラスです。
var itemSortKeyUpdate = {
itemKey : ItemKey, // アイテムキー
itemType : String, // アイテム種別
toSortKey : Integer, // 移動先ソート位置
workspaceKey : WorkspaceKey // ワークスペースキー
}
プロパティの概要
| 型 | プロパティ名 | アクセス権 |
|---|---|---|
| ItemKey | itemKey アイテムキー |
|
| String | itemType アイテム種別 |
|
| Integer | toSortKey 移動先ソート位置 |
|
| WorkspaceKey | workspaceKey ワークスペースキー |
プロパティの詳細
|
ItemKey itemKey
アイテムキー
|
|
String itemType
アイテム種別
|
|
Integer toSortKey
移動先ソート位置
|
|
WorkspaceKey workspaceKey
ワークスペースキー
|