setLoadedFitFilePath
FitFileViewer - API Documentation v30.0.1
FitFileViewer - API Documentation / main/state/appState / setLoadedFitFilePath
Function: setLoadedFitFilePath()
setLoadedFitFilePath(
filePath:string|null,options?:StateUpdateOptions):void
Defined in: main/state/appState.ts:231
Sets or clears the currently loaded FIT file path tracked by the main process.
Parametersβ
filePathβ
string | null
Approved loaded FIT file path, or null when cleared.
options?β
StateUpdateOptions
Additional metadata forwarded to the state manager.
Returnsβ
void