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

    Interface CategorizedItem

    interface CategorizedItem {
        icon?: string;
        key: string;
        label?: string;
    }
    Index

    Properties

    Properties

    icon?: string

    The icon of the item.

    key: string

    The key of the item.

    label?: string

    The label of the item.