persistState
FitFileViewer - API Documentation v30.0.1
FitFileViewer - API Documentation / utils/state/core/stateManager / persistState
Function: persistState()
persistState(
paths?: readonlystring[]):void
Defined in: utils/state/core/stateManager.ts:484
Persists selected state paths to localStorage.
Parametersβ
paths?β
readonly string[] = DEFAULT_PERSISTED_PATHS
State paths to persist.
Returnsβ
void