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

    Interface CompendiumArtInfo

    interface CompendiumArtInfo {
        credit?: string;
        img?: string;
        token?: string | object;
    }
    Index

    Properties

    Properties

    credit?: string

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

    img?: string

    The path to the Document's image.

    token?: string | object

    The path to the token image, or an object to merge into the Actor's prototype token.