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

    Interface ImagePopoutConfiguration

    interface ImagePopoutConfiguration {
        caption?: string;
        showTitle?: boolean;
        src: string;
        uuid?: string | null;
    }
    Index

    Properties

    caption?: string

    Caption text to display below the image.

    showTitle?: boolean

    Force showing or hiding the title.

    src: string

    The URL to the image or video file

    uuid?: string | null

    The UUID of some related foundry.abstract.Document.