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

    Interface AdventureImportResult

    A report of the world Document instances that were created or updated during the import process.

    interface AdventureImportResult {
        created: Record<string, Document<object, DocumentConstructionContext>[]>;
        importedTime: number;
        updated: Record<string, Document<object, DocumentConstructionContext>[]>;
    }
    Index

    Properties

    created: Record<string, Document<object, DocumentConstructionContext>[]>

    Documents created as a result of the import, grouped by document name

    importedTime: number

    The server-side timestamp when the content was imported.

    updated: Record<string, Document<object, DocumentConstructionContext>[]>

    Documents updated as a result of the import, grouped by document name