EmailEventHandlerWithAsyncData
Identical to the EmailEventHandler but with a data property added to the event based on the result
of the .loadData() function.
- Extends:
EmailEventHandler<T, Event>
constructor
method
(_loadDataFn: LoadDataFn<InputEvent, Data>, listener: EmailEventListener<T>, event: Type<InputEvent>) => EmailEventHandlerWithAsyncDataWas this chapter helpful?