HistoryEntryConfig
HistoryEntryConfig
Configuration for registering a custom HistoryEntryComponent.
Signature
interface HistoryEntryConfig {
type: string;
component: Type<HistoryEntryComponent>;
}
type
property
string
The type should correspond to the custom HistoryEntryType string.
component
property
Type<HistoryEntryComponent>
The component to be rendered for this history entry type.