flex.Actions.addListener accepts an event and passes an object into the Function, as detailed here:
Add an Action after a Task is accepted
console.logging the object just returns: [object Object] and JSON.stringify of the object returns: TypeError: Converting circular structure to JSON.
What is a good method to understand the structure of the object and the information that is available to me when facing the above?