Do.AlterReturn Class
Defined in:
Module: event-custom-baseyui3/src/event-custom/js/event-do.js:322
Parent Module: event-custom
Return an AlterReturn object when you want to change the result returned from the core method to the caller. Useful for Do.after subscribers.
Constructor
Do.AlterReturn
(
-
msg
-
newRetVal
Parameters:
-
msg
String(optional) Explanation of the altered return value
-
newRetVal
AnyReturn value passed to code that invoked the wrapped function.