1 /*!
  2  * @include "_InternalClasses.js"
  3  */
  4 
  5 /**
  6  * メニューをクリックした場所に関連する文字情報を保持する
  7  * Action:○ LateCall:○ Command:○
  8  * @type String
  9  */
 10 _JVS.PopupTargetInfo.prototype.InfoText = "";
 11 
 12 /**
 13  * メニューをクリックした場所に関連する数値情報を保持する
 14  * Action:○ LateCall:○ Command:○
 15  * @type int
 16  */
 17 _JVS.PopupTargetInfo.prototype.Number = 0;
 18 
 19 /**
 20  * PopupObjectの種類を示す文字列を保持する。"ViewItem", "Board"など。
 21  * Action:○ LateCall:○ Command:○
 22  * @type String
 23  */
 24 _JVS.PopupTargetInfo.prototype.ObjectName = "ViewItem";
 25 
 26 /**
 27  * メニューをクリックした場所に関連するオブジェクトを保持する
 28  * Action:○ LateCall:○ Command:○
 29  * @type Object
 30  */
 31 _JVS.PopupTargetInfo.prototype.PopupObject = {};
 32