Search
Loading...
Skip to content

Type Alias: OnExportOptions

type OnExportOptions = EngineExportOptions & object;

This interface extends the base ExportOptions with additional information about the export, including which design blocks were exported and the mimeType.

Type declaration#

NameType
mimeTypeRequired<EngineExportOptions>["mimeType"]
exportedBlocks?DesignBlockId[]

See#

  • ExportOptions For base export configuration options
  • DesignBlockId For design block identifier type