loadPersistedState
FitFileViewer - API Documentation v30.0.1
FitFileViewer - API Documentation / utils/state/core/stateManager / loadPersistedState
Function: loadPersistedState()
loadPersistedState(
paths?: readonlystring[]):void
Defined in: utils/state/core/stateManager.ts:455
Loads selected persisted state branches from localStorage.
Parametersβ
paths?β
readonly string[] = DEFAULT_PERSISTED_PATHS
State paths to load.
Returnsβ
void