Skip to main content

Type Alias: ExportDocumentData

type ExportDocumentData = object;

Defined in: nvdocument.ts:417

Properties

completedAngles

completedAngles: CompletedAngle[];

Defined in: nvdocument.ts:432


completedMeasurements

completedMeasurements: CompletedMeasurement[];

Defined in: nvdocument.ts:431


connectomes

connectomes: string[];

Defined in: nvdocument.ts:429


customData

customData: string;

Defined in: nvdocument.ts:430


encodedDrawingBlob

encodedDrawingBlob: string;

Defined in: nvdocument.ts:420


encodedImageBlobs

encodedImageBlobs: string[];

Defined in: nvdocument.ts:419


imageOptionsArray

imageOptionsArray: ImageFromUrlOptions[];

Defined in: nvdocument.ts:423


imageOptionsMap

imageOptionsMap: Map<string, number>;

Defined in: nvdocument.ts:422


labels

labels: NVLabel3D[];

Defined in: nvdocument.ts:428


meshesString

meshesString: string;

Defined in: nvdocument.ts:426


meshOptionsArray?

optional meshOptionsArray: unknown[];

Defined in: nvdocument.ts:427


opts

opts: EncodedNVConfigOptions | Partial<EncodedNVConfigOptions>;

Defined in: nvdocument.ts:425


previewImageDataURL

previewImageDataURL: string;

Defined in: nvdocument.ts:421


sceneData

sceneData: Partial<SceneData>;

Defined in: nvdocument.ts:424


title?

optional title: string;

Defined in: nvdocument.ts:418