Skip to main content
Previewvendurehq/vendure/feat/4563-refund-destinations

EmailEventHandlerWithAsyncData

Identical to the EmailEventHandler but with a data property added to the event based on the result of the .loadData() function.

Signature

constructor

method(_loadDataFn: LoadDataFn<InputEvent, Data>, listener: EmailEventListener<T>, event: Type<InputEvent>) => EmailEventHandlerWithAsyncData