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

    A class responsible for managing package-provided art and applying it to Documents in compendium packs.

    Hierarchy

    • Map
      • CompendiumArt
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    enabled: boolean = true

    Whether art application is enabled. This should be switched off when performing client-side compendium migrations in order to avoid persisting injected data.

    FLAG: string = "compendiumArtMappings"

    The key for the package manifest flag used to store the mapping information.

    SETTING: string = "compendiumArtConfiguration"

    The key for the setting used to store the World's art preferences.

    Methods

    • Internal

      Collate Document art mappings from active packages.

      Returns Promise<void>