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

    Interface FavoriteFolder

    interface FavoriteFolder {
        label: string;
        path: string;
        source: string;
    }
    Index

    Properties

    Properties

    label: string

    The label for the path

    path: string

    The full path to the folder

    source: string

    The source of the folder (e.g. "data", "public")