Type Definitions
- 
    
export:computeObject
 - 
    
    
event triggered when the export is finished
Properties:
Name Type Description type Object event
target Object instance Export
content String export data
Example
Export.on("export:compute", function (e) { console.log(e.target); }) 
