Constructor
new AppOptions(dataViewConfigsopt)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
dataViewConfigs | Object.<string, Array.<ViewConfig>> | <optional> | Optional dataId indexed object containing the data view configurations. |
- Source
Classes
Members
binders :Array.<string>|undefined
Optional array of layerGroup binder names.
Type:
- Array.<string> |
undefined
- Source
dataViewConfigs :Object.<string, Array.<ViewConfig>>|undefined
DataId indexed object containing the data view configurations.
Type:
- Object.<string, Array.<ViewConfig>> |
undefined
- Source
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
- Source
overlayConfig :object|undefined
Optional overlay config.
Type:
- object |
undefined
- Source
rootDocument :DocumentFragment
DOM root document.
Type:
- DocumentFragment
- Source
tools :Object.<string, ToolConfig>|undefined
Tool name indexed object containing individual tool configurations.
Type:
- Object.<string, ToolConfig> |
undefined
- Source
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
- Source