Skip to main content

Type Alias: NVConfigOptions

type NVConfigOptions = object;

Defined in: nvdocument.ts:106

NVConfigOptions

Properties

atlasActiveIndex

atlasActiveIndex: number;

Defined in: nvdocument.ts:137


atlasOutline

atlasOutline: number;

Defined in: nvdocument.ts:136


backColor

backColor: number[];

Defined in: nvdocument.ts:119


bounds

bounds: [
[number, number],
[number, number],
] | null;

Defined in: nvdocument.ts:213


boundsBorderColor?

optional boundsBorderColor: number[];

Defined in: nvdocument.ts:215


centerMosaic

centerMosaic: boolean;

Defined in: nvdocument.ts:186


clickToSegment

clickToSegment: boolean;

Defined in: nvdocument.ts:189


clickToSegmentAutoIntensity

clickToSegmentAutoIntensity: boolean;

Defined in: nvdocument.ts:192


clickToSegmentBright

clickToSegmentBright: boolean;

Defined in: nvdocument.ts:191


clickToSegmentIntensityMax

clickToSegmentIntensityMax: number;

Defined in: nvdocument.ts:193


clickToSegmentIntensityMin

clickToSegmentIntensityMin: number;

Defined in: nvdocument.ts:194


clickToSegmentIs2D

clickToSegmentIs2D: boolean;

Defined in: nvdocument.ts:197


clickToSegmentMaxDistanceMM

clickToSegmentMaxDistanceMM: number;

Defined in: nvdocument.ts:196


clickToSegmentPercent

clickToSegmentPercent: number;

Defined in: nvdocument.ts:195


clickToSegmentRadius

clickToSegmentRadius: number;

Defined in: nvdocument.ts:190


clipPlaneColor

clipPlaneColor: number[];

Defined in: nvdocument.ts:123


clipPlaneHotKey

clipPlaneHotKey: string;

Defined in: nvdocument.ts:129


colorbarHeight

colorbarHeight: number;

Defined in: nvdocument.ts:111


colorbarMargin

colorbarMargin: number;

Defined in: nvdocument.ts:127


colorbarWidth

colorbarWidth: number;

Defined in: nvdocument.ts:112


crosshairColor

crosshairColor: number[];

Defined in: nvdocument.ts:120


crosshairGap

crosshairGap: number;

Defined in: nvdocument.ts:116


crosshairWidth

crosshairWidth: number;

Defined in: nvdocument.ts:114


crosshairWidthUnit

crosshairWidthUnit: "voxels" | "mm" | "percent";

Defined in: nvdocument.ts:115


cycleClipPlaneHotKey

cycleClipPlaneHotKey: string;

Defined in: nvdocument.ts:130


doubleTouchTimeout

doubleTouchTimeout: number;

Defined in: nvdocument.ts:132


dragAndDropEnabled

dragAndDropEnabled: boolean;

Defined in: nvdocument.ts:166


dragMode

dragMode: DRAG_MODE;

Defined in: nvdocument.ts:148


dragModePrimary

dragModePrimary: DRAG_MODE;

Defined in: nvdocument.ts:149


drawingEnabled

drawingEnabled: boolean;

Defined in: nvdocument.ts:167


floodFillNeighbors

floodFillNeighbors: number;

Defined in: nvdocument.ts:170


fontColor

fontColor: Float32List;

Defined in: nvdocument.ts:121


fontMinPx

fontMinPx: number;

Defined in: nvdocument.ts:110


fontSizeScaling

fontSizeScaling: number;

Defined in: nvdocument.ts:109


forceDevicePixelRatio

forceDevicePixelRatio: number;

Defined in: nvdocument.ts:162


gradientAmount

gradientAmount: number;

Defined in: nvdocument.ts:210


gradientOpacity

gradientOpacity: number;

Defined in: nvdocument.ts:208


gradientOrder

gradientOrder: number;

Defined in: nvdocument.ts:207


heroImageFraction

heroImageFraction: number;

Defined in: nvdocument.ts:157


heroSliceType

heroSliceType: SLICE_TYPE;

Defined in: nvdocument.ts:158


interactive

interactive: boolean;

Defined in: nvdocument.ts:187


invertScrollDirection

invertScrollDirection: boolean;

Defined in: nvdocument.ts:211


is2DSliceShader

is2DSliceShader: boolean;

Defined in: nvdocument.ts:212


isAdditiveBlend

isAdditiveBlend: boolean;

Defined in: nvdocument.ts:176


isAlphaClipDark

isAlphaClipDark: boolean;

Defined in: nvdocument.ts:206


isAntiAlias

isAntiAlias: boolean | null;

Defined in: nvdocument.ts:175


isClipPlanesCutaway

isClipPlanesCutaway: boolean;

Defined in: nvdocument.ts:124


isColorbar

isColorbar: boolean;

Defined in: nvdocument.ts:139


isCornerOrientationText

isCornerOrientationText: boolean;

Defined in: nvdocument.ts:154


isDepthPickMesh

isDepthPickMesh: boolean;

Defined in: nvdocument.ts:153


isFilledPen

isFilledPen: boolean;

Defined in: nvdocument.ts:171


isForceMouseClickToVoxelCenters

isForceMouseClickToVoxelCenters: boolean;

Defined in: nvdocument.ts:165


isNearestInterpolation

isNearestInterpolation: boolean;

Defined in: nvdocument.ts:135


isOrientationTextVisible

isOrientationTextVisible: boolean;

Defined in: nvdocument.ts:155


isOrientCube

isOrientCube: boolean;

Defined in: nvdocument.ts:140


isRadiologicalConvention

isRadiologicalConvention: boolean;

Defined in: nvdocument.ts:146


isResizeCanvas

isResizeCanvas: boolean;

Defined in: nvdocument.ts:177


isRuler

isRuler: boolean;

Defined in: nvdocument.ts:138


isSliceMM

isSliceMM: boolean;

Defined in: nvdocument.ts:160


isV1SliceShader

isV1SliceShader: boolean;

Defined in: nvdocument.ts:161


keyDebounceTime

keyDebounceTime: number;

Defined in: nvdocument.ts:134


legendBackgroundColor

legendBackgroundColor: number[];

Defined in: nvdocument.ts:181


legendTextColor

legendTextColor: number[];

Defined in: nvdocument.ts:182


limitFrames4D

limitFrames4D: number;

Defined in: nvdocument.ts:179


loadingText

loadingText: string;

Defined in: nvdocument.ts:164


logLevel

logLevel: "debug" | "info" | "warn" | "error" | "fatal" | "silent";

Defined in: nvdocument.ts:163


longTouchTimeout

longTouchTimeout: number;

Defined in: nvdocument.ts:133


maxDrawUndoBitmaps

maxDrawUndoBitmaps: number;

Defined in: nvdocument.ts:173


measureLineColor

measureLineColor: number[];

Defined in: nvdocument.ts:204


measureTextColor

measureTextColor: number[];

Defined in: nvdocument.ts:203


measureTextHeight

measureTextHeight: number;

Defined in: nvdocument.ts:205


measureTextJustify

measureTextJustify: "start" | "center" | "end";

Defined in: nvdocument.ts:202


meshThicknessOn2D

meshThicknessOn2D: number | string;

Defined in: nvdocument.ts:147


meshXRay

meshXRay: number;

Defined in: nvdocument.ts:178


mouseEventConfig?

optional mouseEventConfig: MouseEventConfig;

Defined in: nvdocument.ts:150


multiplanarEqualSize

multiplanarEqualSize: boolean;

Defined in: nvdocument.ts:144


multiplanarForceRender

multiplanarForceRender: boolean;

Defined in: nvdocument.ts:143


multiplanarLayout

multiplanarLayout: MULTIPLANAR_TYPE;

Defined in: nvdocument.ts:183


multiplanarPadPixels

multiplanarPadPixels: number;

Defined in: nvdocument.ts:142


multiplanarShowRender

multiplanarShowRender: SHOW_RENDER;

Defined in: nvdocument.ts:145


paqdUniforms

paqdUniforms: number[];

Defined in: nvdocument.ts:125


penSize

penSize: number;

Defined in: nvdocument.ts:188


penType

penType: PEN_TYPE;

Defined in: nvdocument.ts:169


penValue

penValue: number;

Defined in: nvdocument.ts:168


renderOverlayBlend

renderOverlayBlend: number;

Defined in: nvdocument.ts:184


renderSilhouette

renderSilhouette: number;

Defined in: nvdocument.ts:209


rulerColor

rulerColor: number[];

Defined in: nvdocument.ts:126


rulerWidth

rulerWidth: number;

Defined in: nvdocument.ts:117


sagittalNoseLeft

sagittalNoseLeft: boolean;

Defined in: nvdocument.ts:159


scrollRequiresFocus

scrollRequiresFocus: boolean;

Defined in: nvdocument.ts:200


selectionBoxColor

selectionBoxColor: number[];

Defined in: nvdocument.ts:122


selectionBoxIsOutline

selectionBoxIsOutline: boolean;

Defined in: nvdocument.ts:199


selectionBoxLineThickness

selectionBoxLineThickness: number;

Defined in: nvdocument.ts:198


show3Dcrosshair

show3Dcrosshair: boolean;

Defined in: nvdocument.ts:118


showAllOrientationMarkers

showAllOrientationMarkers: boolean;

Defined in: nvdocument.ts:156


showBoundsBorder?

optional showBoundsBorder: boolean;

Defined in: nvdocument.ts:214


showColorbarBorder

showColorbarBorder: boolean;

Defined in: nvdocument.ts:113


showLegend

showLegend: boolean;

Defined in: nvdocument.ts:180


showMeasureUnits

showMeasureUnits: boolean;

Defined in: nvdocument.ts:201


sliceMosaicString

sliceMosaicString: string;

Defined in: nvdocument.ts:185


sliceType

sliceType: SLICE_TYPE;

Defined in: nvdocument.ts:174


textHeight

textHeight: number;

Defined in: nvdocument.ts:108


thumbnail

thumbnail: string;

Defined in: nvdocument.ts:172


tileMargin

tileMargin: number;

Defined in: nvdocument.ts:141


touchEventConfig?

optional touchEventConfig: TouchEventConfig;

Defined in: nvdocument.ts:151


trustCalMinMax

trustCalMinMax: boolean;

Defined in: nvdocument.ts:128


viewModeHotKey

viewModeHotKey: string;

Defined in: nvdocument.ts:131


yoke3Dto2DZoom

yoke3Dto2DZoom: boolean;

Defined in: nvdocument.ts:152