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

    Interface CardFaceData

    interface CardFaceData {
        img?: string;
        name?: string;
        text?: string;
    }
    Index

    Properties

    Properties

    img?: string

    A displayed image or video file which depicts the face

    name?: string

    A name for this card face

    text?: string

    Displayed text that belongs to this face