HomeVendure CoreShow hidden breadcrumbs...Custom History Entry ComponentsHistoryEntryConfigOn this pageHistoryEntryConfig@vendure/admin-uiSourcev1.9.0 Configuration for registering a custom HistoryEntryComponent. Signatureinterface HistoryEntryConfig { type: string; component: Type<HistoryEntryComponent>;} typepropertystringThe type should correspond to the custom HistoryEntryType string.componentpropertyType<HistoryEntryComponent>The component to be rendered for this history entry type.Was this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousHistoryEntryComponentNextOrderHistoryEntryComponentEdited Jan 28, 2026ยทEdit this page