updateUIState
FitFileViewer - API Documentation v29.4.0
FitFileViewer - API Documentation / utils/files/import/handleOpenFile / updateUIState
Function: updateUIState()
privateupdateUIState(uiElements:Object,isLoading:boolean,isOpening:boolean):void
Defined in: utils/files/import/handleOpenFile.js:263
Updates UI state during file opening process
Parametersβ
uiElementsβ
Object
UI elements to update
isLoadingβ
boolean
Whether to show loading state
isOpeningβ
boolean
Whether file opening is in progress
Returnsβ
void