Skip to main content

Class: ExportManager

Constructors

new ExportManager()

private new ExportManager(): ExportManager

Returns

ExportManager

Methods

beginExportProject()

beginExportProject(options): Promise ↗️ <ExportResult>

Parameters

ParameterType
optionsProjectExportOptions

Returns

Promise ↗️ <ExportResult>

Remarks

This function can't be called in read-only mode.

Throws

This function can throw errors.


canExportProject()

canExportProject(): boolean

Returns

boolean

Remarks

This function can't be called in read-only mode.

Throws

This function can throw errors.