AppOptions

Application options.

Constructor

new AppOptions(dataViewConfigs)

Parameters:
NameTypeDescription
dataViewConfigsObject.<string, Array.<ViewConfig>>

DataId indexed object containing the data view configurations.

Classes

AppOptions

Members

binders :Array.<string>|undefined

Optional array of layerGroup binder names.

Type:
  • Array.<string> | undefined

dataViewConfigs :Object.<string, Array.<ViewConfig>>

DataId indexed object containing the data view configurations.

Type:

defaultCharacterSet :string|undefined

Optional default chraracter set string used for DICOM parsing if not passed in DICOM file. Valid values: https://developer.mozilla.org/en-US/docs/Web/API/Encoding_API/Encodings

Type:
  • string | undefined

tools :Object.<string, ToolConfig>|undefined

Tool name indexed object containing individual tool configurations.

Type:

viewOnFirstLoadItem :boolean|undefined

Optional boolean flag to trigger the first data render after the first loaded data or not. Defaults to true;

Type:
  • boolean | undefined