``` , getItemInfo: function getItemInfo () {...
# suitecommerce
s
Copy code
,	getItemInfo: function getItemInfo ()
				{
					var current_view = this.viewToBeRendered || application.getLayout().getCurrentView();

					if (this._isViewFromComponent(current_view, true))
					{
						return Utils.deepCopy(current_view.model);
					}

					return null;
				}