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