Rasterex Web SDKAPI client referenceFile/ViewerCallback EventsGUI_ProgressOn this pageGUI_ProgressConnection callback called when a file load is in progress. Callback Parameters progress: number - The percent of the file loaded. Example RxCore.GUI_Progress(function(progress) { console.log(progress " % of file has loaded"); });