get
FitFileViewer - API Documentation v29.4.0
FitFileViewer - API Documentation / utils/state/core/unifiedStateManager / get
Variable: get()
get: (
path:string,defaultValue?:any) =>any
Defined in: utils/state/core/unifiedStateManager.js:257
Get state value with unified interface
Parametersβ
pathβ
string
State path (dot notation)
defaultValue?β
any
Default value if not found
Returnsβ
any
State value