CustomerHistoryEntryComponent
CustomerHistoryEntryComponent
Used to implement a HistoryEntryComponent which requires access to the Customer object.
Signature
interface CustomerHistoryEntryComponent extends HistoryEntryComponent {
customer: CustomerFragment;
}
- Extends:
HistoryEntryComponent
customer
property
CustomerFragment