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

    Interface PackFolderData

    interface PackFolderData {
        color: string;
        folders: PackFolderData[];
        name: string;
        packs: string[];
        sorting: "m" | "a";
    }
    Index

    Properties

    color: string

    A hex string for the pack's color.

    folders: PackFolderData[]

    Nested folder data, up to three levels.

    name: string

    Name for the folder. Multiple packages with identical folder names will merge by name.

    packs: string[]

    A list of the pack names to include in this folder.

    sorting: "m" | "a"

    Alphabetical or manual sorting.