Skip to main content

ImportExportOptions

Options related to importing & exporting data.

Signature
interface ImportExportOptions {    importAssetsDir?: string;    assetImportStrategy?: AssetImportStrategy;}

importAssetsDir

propertystring
Default:__dirname

The directory in which assets to be imported are located.

assetImportStrategy

propertyAssetImportStrategyv1.7.0

This strategy determines how asset files get imported based on the path given in the import CSV or via the AssetImporter getAssets() method.

Was this chapter helpful?
Report Issue
Edited Feb 3, 2026·Edit this page