Skip to main content

updateUIState

FitFileViewer - API Documentation v29.4.0


FitFileViewer - API Documentation / utils/files/import/handleOpenFile / updateUIState

Function: updateUIState()

private updateUIState(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