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

    Interface CategoryBrowserConfiguration

    interface CategoryBrowserConfiguration {
        initialCategory: string | null;
        packageList: boolean;
        subtemplates: {
            category: string;
            filters: string | null;
            sidebarFooter: string | null;
        };
    }
    Index

    Properties

    initialCategory: string | null

    The initial category tab: a null value will result in an initial active tab that corresponds with the first category by insertion order.

    packageList: boolean

    Where this application displays is a list of tagged FVTT packages

    subtemplates: {
        category: string;
        filters: string | null;
        sidebarFooter: string | null;
    }

    Additional Template partials for specific use with this class

    Type Declaration

    • category: string

      The markup used for each category: required to be set by any subclass

    • filters: string | null

      Optional template for secondary filtering (aside from text search)

    • sidebarFooter: string | null

      Optional sidebar footer content