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

    Interface _ModuleManifestData

    Manifest properties exclusive to modules.

    interface _ModuleManifestData {
        coreTranslation?: boolean;
        documentTypes?: DocumentTypesConfiguration;
        library?: boolean;
        quickstart?: QuickstartManifestData;
        type: "module";
    }
    Index

    Properties

    coreTranslation?: boolean

    Does this module provide a translation for the core software?

    Additional document subtypes provided by this module.

    library?: boolean

    A library module provides no user-facing functionality and is solely for use by other modules. Loaded before any system or module scripts.

    The Quick-Start configuration.

    type: "module"

    The package type among world, system, and module