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