Interface: AdapterHookListenerContext<AdapterContextType>
Interface: AdapterHookListenerContext<AdapterContextType>
AdapterHookListenerContext Interface.
Represents the context object for adapter hook listeners.
Type Parameters
AdapterContextType
AdapterContextType
= any
Properties
blueprint
blueprint: IBlueprint;
context?
optional context: AdapterContextType;
error?
optional error: any;