Cards: {
    collection: typeof CardStacks;
    compendiumBanner: string;
    compendiumIndexFields: string[];
    dataModels: Record<string, typeof TypeDataModel>;
    documentClass: typeof documents.Cards;
    presets: {
        pokerDark: { label: string; src: string; type: string };
        pokerLight: { label: string; src: string; type: string };
    };
    sidebarIcon: string;
    typeIcons: Record<string, string>;
    typeLabels: Record<string, string>;
} = ...

Configuration for the Cards primary Document type

Type declaration

  • collection: typeof CardStacks
  • compendiumBanner: string
  • compendiumIndexFields: string[]
  • dataModels: Record<string, typeof TypeDataModel>
  • documentClass: typeof documents.Cards
  • presets: {
        pokerDark: { label: string; src: string; type: string };
        pokerLight: { label: string; src: string; type: string };
    }
  • sidebarIcon: string
  • typeIcons: Record<string, string>
  • typeLabels: Record<string, string>