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

Configuration for the JournalEntryPage embedded document type.

Type declaration

  • dataModels: Record<string, typeof TypeDataModel>
  • defaultType: string
  • documentClass: typeof documents.JournalEntryPage
  • sidebarIcon: string
  • typeIcons: Record<string, string>
  • typeLabels: Record<string, string>