Search
Loading...
Skip to content

Type Alias: OnExportVideoOptions

type OnExportVideoOptions = VideoExportOptions & object;

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

Type declaration#

NameType
mimeTypeVideoMimeType
exportedBlocks?DesignBlockId[]

See#

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