set
FitFileViewer - API Documentation v29.4.0
FitFileViewer - API Documentation / utils/state/core/unifiedStateManager / set
Variable: set()
set: (
path:string,value:any,options?:UnifiedStateOptions) =>void
Defined in: utils/state/core/unifiedStateManager.js:257
Set state value with unified interface
Parametersβ
pathβ
string
State path (dot notation)
valueβ
any
Value to set
options?β
UnifiedStateOptions = {}
Set options
Returnsβ
void