ItemSummary

ItemSummary

new ItemSummary(item_id, item_text, item_price, item_price_text, menu_id, menu_text, gui_paths, aux_data)

Source:
Parameters:
Name Type Description
item_id string
item_text string
item_price spv.ds.DisplayPrice
item_price_text string
menu_id string
menu_text string
gui_paths Array.<spv.ds.GuiPath>
aux_data Object.<string, Object>

Members

aux_data :Object.<string, Object>

Untyped extra data that has to be intepreted at run time. TODO: replace this later with properly named data structures

Source:
Type:
  • Object.<string, Object>

gui_paths :Array.<spv.ds.GuiPath>

Source:
Type:

item_id :string

Source:
Type:
  • string

item_price :spv.ds.DisplayPrice

Please refer to the spv.ds.DisplayPrice documentation.

Source:
Type:

item_price_text :string

Deprecated:
  • Use the item_price {spv.ds.DisplayPrice} property instead.
Source:
Type:
  • string

item_text :string

Source:
Type:
  • string
Source:
Type:
  • string
Source:
Type:
  • string