Skip to main content

Type Alias: ExportDocumentData

type ExportDocumentData = object;

Defined in: nvdocument.ts:374

Properties

connectomes

connectomes: string[];

Defined in: nvdocument.ts:393


customData

customData: string;

Defined in: nvdocument.ts:394


encodedDrawingBlob

encodedDrawingBlob: string;

Defined in: nvdocument.ts:378


encodedImageBlobs

encodedImageBlobs: string[];

Defined in: nvdocument.ts:376


imageOptionsArray

imageOptionsArray: ImageFromUrlOptions[];

Defined in: nvdocument.ts:384


imageOptionsMap

imageOptionsMap: Map<string, number>;

Defined in: nvdocument.ts:382


labels

labels: NVLabel3D[];

Defined in: nvdocument.ts:392


meshesString

meshesString: string;

Defined in: nvdocument.ts:390


opts

opts: NVConfigOptions;

Defined in: nvdocument.ts:388


previewImageDataURL

previewImageDataURL: string;

Defined in: nvdocument.ts:380


sceneData

sceneData: Partial<SceneData>;

Defined in: nvdocument.ts:386