Pathfinder 1e for Foundry VTT
    Preparing search index...

    Interface CategorizedItemCategory

    interface CategorizedItemCategory {
        items: CategorizedItem[];
        key: string;
        label: string;
    }
    Index

    Properties

    Properties

    All the items associated with this category.

    key: string

    The key of the category.

    label: string

    The label of the category.