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

    Type Alias AdventurePostImportCallback

    AdventurePostImportCallback: (
        result: AdventureImportResult,
        options: AdventureImportOptions,
    ) => Promise<void>

    A callback function that is invoked and awaited after import but before the overall import workflow concludes. This can be used to perform additional custom adventure setup steps.

    Type Declaration