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

    Variable ItemConst

    Item: {
        collection: typeof Items;
        compendiumBanner: string;
        compendiumIndexFields: string[];
        dataModels: Record<string, typeof TypeDataModel>;
        documentClass: typeof documents.Item;
        embedHandlers: DocumentEmbedHandler[];
        sidebarIcon: string;
        typeHints: Record<string, string>;
        typeIcons: Record<string, string>;
        typeLabels: Record<string, string>;
    } = ...

    Configuration for Item document

    Type Declaration

    • collection: typeof Items
    • compendiumBanner: string
    • compendiumIndexFields: string[]
    • dataModels: Record<string, typeof TypeDataModel>
    • documentClass: typeof documents.Item
    • embedHandlers: DocumentEmbedHandler[]
    • sidebarIcon: string
    • typeHints: Record<string, string>
    • typeIcons: Record<string, string>
    • typeLabels: Record<string, string>