Combatant: {
    dataModels: Record<string, typeof DataModel>;
    documentClass: typeof documents.Combatant;
    typeIcons: Record<string, string>;
    typeLabels: Record<string, string>;
} = ...

Configuration for the Combatant embedded document type within a Combat document

Type declaration

  • dataModels: Record<string, typeof DataModel>
  • documentClass: typeof documents.Combatant
  • typeIcons: Record<string, string>
  • typeLabels: Record<string, string>