spv.ds.ItemSummary Classspv.ds.ItemSummary(item_id, item_text, item_price, item_price_text, menu_id,
menu_text, gui_paths, aux_data)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>}
.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
.gui_paths {Array.<spv.ds.GuiPath>}.item_id {string}.item_price {spv.ds.DisplayPrice}Please refer to the spv.ds.DisplayPrice documentation.
.item_price_text [deprecated] {string}Deprecated. Use the item_price {spv.ds.DisplayPrice} property instead. @nocollapse
.item_text {string}.menu_id {string}.menu_text {string}