Skip to main content

Type Alias: ExportDocumentData

type ExportDocumentData = object;

Defined in: nvdocument.ts:410

Properties

completedAngles

completedAngles: CompletedAngle[];

Defined in: nvdocument.ts:425


completedMeasurements

completedMeasurements: CompletedMeasurement[];

Defined in: nvdocument.ts:424


connectomes

connectomes: string[];

Defined in: nvdocument.ts:422


customData

customData: string;

Defined in: nvdocument.ts:423


encodedDrawingBlob

encodedDrawingBlob: string;

Defined in: nvdocument.ts:413


encodedImageBlobs

encodedImageBlobs: string[];

Defined in: nvdocument.ts:412


imageOptionsArray

imageOptionsArray: ImageFromUrlOptions[];

Defined in: nvdocument.ts:416


imageOptionsMap

imageOptionsMap: Map<string, number>;

Defined in: nvdocument.ts:415


labels

labels: NVLabel3D[];

Defined in: nvdocument.ts:421


meshesString

meshesString: string;

Defined in: nvdocument.ts:419


meshOptionsArray?

optional meshOptionsArray: unknown[];

Defined in: nvdocument.ts:420


opts

opts: EncodedNVConfigOptions | Partial<EncodedNVConfigOptions>;

Defined in: nvdocument.ts:418


previewImageDataURL

previewImageDataURL: string;

Defined in: nvdocument.ts:414


sceneData

sceneData: Partial<SceneData>;

Defined in: nvdocument.ts:417


title?

optional title: string;

Defined in: nvdocument.ts:411