Skip to main content

Type Alias: ExportDocumentData

type ExportDocumentData = object;

Defined in: nvdocument.ts:402

Properties

completedAngles

completedAngles: CompletedAngle[];

Defined in: nvdocument.ts:417


completedMeasurements

completedMeasurements: CompletedMeasurement[];

Defined in: nvdocument.ts:416


connectomes

connectomes: string[];

Defined in: nvdocument.ts:414


customData

customData: string;

Defined in: nvdocument.ts:415


encodedDrawingBlob

encodedDrawingBlob: string;

Defined in: nvdocument.ts:405


encodedImageBlobs

encodedImageBlobs: string[];

Defined in: nvdocument.ts:404


imageOptionsArray

imageOptionsArray: ImageFromUrlOptions[];

Defined in: nvdocument.ts:408


imageOptionsMap

imageOptionsMap: Map<string, number>;

Defined in: nvdocument.ts:407


labels

labels: NVLabel3D[];

Defined in: nvdocument.ts:413


meshesString

meshesString: string;

Defined in: nvdocument.ts:411


meshOptionsArray?

optional meshOptionsArray: unknown[];

Defined in: nvdocument.ts:412


opts

opts: EncodedNVConfigOptions | Partial<EncodedNVConfigOptions>;

Defined in: nvdocument.ts:410


previewImageDataURL

previewImageDataURL: string;

Defined in: nvdocument.ts:406


sceneData

sceneData: Partial<SceneData>;

Defined in: nvdocument.ts:409


title?

optional title: string;

Defined in: nvdocument.ts:403