Rasterex Web SDKAPI client referenceFile/ViewerCallback EventsGUI_exportCompleteOn this pageGUI_exportCompleteConnection object that is called when a file export is completed. Callback Parameters fileURL: string - URL to the file created. Example RxCore.GUI_exportComplete.connect(function (fileUrl) { window.open(fileUrl, '_new'); });