RollTable: {
    collection: typeof RollTables;
    compendiumBanner: string;
    compendiumIndexFields: string[];
    documentClass: typeof documents.RollTable;
    resultIcon: string;
    resultTemplate: string;
    sidebarIcon: string;
} = ...

Configuration for RollTable random draws

Type declaration

  • collection: typeof RollTables
  • compendiumBanner: string
  • compendiumIndexFields: string[]
  • documentClass: typeof documents.RollTable
  • resultIcon: string
  • resultTemplate: string
  • sidebarIcon: string