***

title: "OrderHistoryEntryComponent"
generated: true
---------------

<GenerationInfo sourceFile="packages/admin-ui/src/lib/core/src/providers/custom-history-entry-component/history-entry-component-types.ts" sourceLine="53" packageName="@vendure/admin-ui" since="1.9.0" />

Used to implement a [HistoryEntryComponent](/current/core/reference/admin-ui-api/custom-history-entry-components/history-entry-component#historyentrycomponent) which requires access to the Order object.

```ts title="Signature"
interface OrderHistoryEntryComponent extends HistoryEntryComponent {
    order: OrderDetailFragment;
}
```

* Extends: [`HistoryEntryComponent`](/current/core/reference/admin-ui-api/custom-history-entry-components/history-entry-component#historyentrycomponent)

<div className="members-wrapper">

### order

\<MemberInfo kind="property" type={`OrderDetailFragment`}   />

</div>
