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

Configuration for the Card embedded Document type

Type declaration

  • dataModels: Record<string, typeof TypeDataModel>
  • documentClass: typeof documents.Card
  • typeIcons: Record<string, string>
  • typeLabels: Record<string, string>