Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Type Alias AdventurePreImportCallback

    AdventurePreImportCallback: (
        data: AdventureImportData,
        options: AdventureImportOptions,
    ) => Promise<void>

    A callback function that is invoked and awaited during import data preparation before the adventure import proceeds. This can be used to perform custom pre-processing on the import data.

    Type Declaration