When creating an onFocusLost event, the following header is generated:
/**
* Handle focus element loosing focus.
*
* @param {JSEvent} event the event that triggered the action
*
* @returns {Boolean}
*
* @properties={typeid:24,uuid:"CECF72E1-908F-491D-9E9D-F826BA65175E"}
*/
As you can see it returns a boolean. But what is the difference between a true and a false returnvalue?
I don’t find anything about this returnvalue on the Wiki pages