PresentationStructure

PresentationStructure

new PresentationStructure(filter_name, query, nodes, items)

Result data from sessionGetPresentationStructure

Parameters:
Name Type Description
filter_name string
query spv.ds.PresentationStructureQuery
nodes Object.<string, Array.<string>>
items Object.<string, spv.ds.ItemState>
Source:

Members

filter :string

Type:
  • string
Source:

items :Object.<string, spv.ds.ItemState>

Type:
Source:

nodes :Object.<string, Array.<string>>

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

query :spv.ds.PresentationStructureQuery

Type:
Source: