Skip to main content

HistoryEntryConfig

Configuration for registering a custom HistoryEntryComponent.

Signature
interface HistoryEntryConfig {    type: string;    component: Type<HistoryEntryComponent>;}

type

propertystring

The type should correspond to the custom HistoryEntryType string.

component

propertyType<HistoryEntryComponent>

The component to be rendered for this history entry type.

Was this chapter helpful?
Report Issue
Edited Feb 2, 2026·Edit this page