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

    Interface CompendiumArtDescriptor

    interface CompendiumArtDescriptor {
        credit?: string;
        mapping: string;
        packageId: string;
        priority: number;
        title: string;
    }
    Index

    Properties

    credit?: string

    An optional credit string for use by the game system to apply in an appropriate place.

    mapping: string

    The path to the art mapping file.

    packageId: string

    The ID of the package providing the art.

    priority: number

    The package's user-configured priority.

    title: string

    The title of the package providing the art.