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

    Variable AdventureConst

    Adventure: {
        compendiumBanner: string;
        compendiumIndexFields: string[];
        documentClass: typeof documents.Adventure;
        embedHandlers: DocumentEmbedHandler[];
        exporterClass: typeof AdventureExporter;
        sidebarIcon: string;
    } = ...

    Configuration for the Adventure document.

    Type Declaration