AppOptions

Application options.

Constructor

new AppOptions(dataViewConfigsopt)

Parameters:
NameTypeAttributesDescription
dataViewConfigsObject.<string, Array.<ViewConfig>><optional>

Optional 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>>|undefined

DataId indexed object containing the data view configurations.

Type:

defaultCharacterSet :string|undefined

Optional default chraracterset 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

overlayConfig :object|undefined

Optional overlay config.

Type:
  • object | undefined

rootDocument :DocumentFragment

DOM root document.

Type:
  • DocumentFragment

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