StateSystemRouter
FitFileViewer - API Documentation v29.9.0
FitFileViewer - API Documentation / utils/state/core/unifiedStateManager / StateSystemRouter
Interface: StateSystemRouter
Defined in: utils/state/core/unifiedStateManager.js:19
Propertiesβ
isLegacyPath()β
isLegacyPath: (
path:string) =>boolean
Defined in: utils/state/core/unifiedStateManager.js:21
Check if path belongs to legacy system
Parametersβ
pathβ
string
Returnsβ
boolean
getLegacyState()β
getLegacyState: (
path:string) =>any
Defined in: utils/state/core/unifiedStateManager.js:23
Get state from legacy system
Parametersβ
pathβ
string
Returnsβ
any
setLegacyState()β
setLegacyState: (
path:string,value:any) =>void
Defined in: utils/state/core/unifiedStateManager.js:25
Set state in legacy system
Parametersβ
pathβ
string
valueβ
any
Returnsβ
void