SessionStateUpdate

SessionStateUpdate

new SessionStateUpdate(menu_items, menu_tree, subscription_ids, complex_subscriptions, active_menu, active_item, total_price, total_price_text, model_id, group_id, serie, frame, image_filename, mask_filename, is_wrap, is_reversed, category, loan)

Parameters:
Name Type Description
menu_items Array.<spv.ds.MenuItem>
menu_tree spv.ds.MenuNode
subscription_ids Array.<string>
complex_subscriptions Array.<spv.ds.MenuItem>
active_menu string
active_item string
total_price spv.ds.DisplayPrice
total_price_text string
model_id string
group_id string
serie number
frame number
image_filename string
mask_filename string
is_wrap boolean
is_reversed boolean
category string
loan null | spv.ds.Loan
Source:

Members

active_item :string

Type:
  • string
Source:

active_menu :string

Type:
  • string
Source:

category :string

Type:
  • string
Source:

complex_subscriptions :Array.<spv.ds.MenuItem>

Type:
Source:

frame :number

Type:
  • number
Source:

group_id :string

Type:
  • string
Source:

image_filename :string

Type:
  • string
Source:

is_reversed :boolean

Type:
  • boolean
Source:

is_wrap :boolean

Type:
  • boolean
Source:

loan :null|spv.ds.Loan

Type:
Source:

mask_filename :string

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

model_id :string

Type:
  • string
Source:

serie :number

Type:
  • number
Source:

subscription_ids :Array.<string>

Type:
  • Array.<string>
Source:

total_price :spv.ds.DisplayPrice

Please refer to the spv.ds.DisplayPrice documentation.

Type:
Source:

total_price_text :string

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