🚨 Announcing Vendure v2 Beta

HistoryEntryConfig

HistoryEntryConfig

Configuration for registering a custom HistoryEntryComponent.

Signature

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

Members

type

property
type:
string
The type should correspond to the custom HistoryEntryType string.

component

property
type:
Type<HistoryEntryComponent>
The component to be rendered for this history entry type.