getAppState
FitFileViewer - API Documentation v29.4.0
FitFileViewer - API Documentation / main/state/appState / getAppState
Function: getAppState()
getAppState(
statePath:string):any
Defined in: main/state/appState.js:20
Returns the current value for a state key from the main process state manager.
Parametersβ
statePathβ
string
Dot-notation state path (e.g. "fitFile.lastResult").
Returnsβ
any
Stored state value.