ItemSortオブジェクト
コンポーネント情報 | |
---|---|
version | 8.0.4 |
アイテムのソート順に関する情報を保持するクラスです。
var itemSort = { itemKey : WorkspaceItemKey, // アイテムキーを返却します。 sortKey : Integer // 表示順を返却します。 }
プロパティの概要
型 | プロパティ名 | アクセス権 |
---|---|---|
WorkspaceItemKey | itemKey アイテムキーを返却します。 |
|
Integer | sortKey 表示順を返却します。 |
プロパティの詳細
WorkspaceItemKey itemKey
アイテムキーを返却します。
|
Integer sortKey
表示順を返却します。
|