history-entry-config.md 1.4 KB


title: "HistoryEntryConfig" weight: 10 date: 2023-07-26T19:00:02.385Z showtoc: true

generated: true

import MemberInfo from '@site/src/components/MemberInfo'; import GenerationInfo from '@site/src/components/GenerationInfo'; import MemberDescription from '@site/src/components/MemberDescription';

HistoryEntryConfig

Configuration for registering a custom HistoryEntryComponent.

interface HistoryEntryConfig {
  type: string;
  component: Type<HistoryEntryComponent>;
}
### type The type should correspond to the custom HistoryEntryType string. ### component HistoryEntryComponent>`} /> The component to be rendered for this history entry type.