PostResourceActionHookCallbackDoneEvent
Hierarchy
- ResourceActionHookEvent
- PostResourceActionHookCallbackDoneEvent
Index
Constructors
constructor
Parameters
optionalname: string
optionalpayload: void
Returns PostResourceActionHookCallbackDoneEvent
Properties
readonlyinheritedheader
Type declaration
timestamp: number
readonlyinheritedname
readonlyinheritedpayload
Methods
staticinheritedregistrar
The
registrar()
method is explicitly called by the EventSource decorator for a method to enhance that method to auto-emit events.Parameters
rest...args: [EventService, PropertyDescriptor]
Arguments are spread out using the array spread operator.
- args[0] - Instance of EventService.
- args[1] - PropertyDescriptor.
Returns void
This hook event is emitted when a post-resource action hook callback is done executing.
Events/Hooks/Resource
The Event instance.