updateState
FitFileViewer - API Documentation v29.4.0
FitFileViewer - API Documentation / utils/state/core/stateManager / updateState
Function: updateState()
updateState(
path:string,updates:Object,options?:StateUpdateOptions):void
Defined in: utils/state/core/stateManager.js:751
Update state by merging with existing object
Parametersβ
pathβ
string
Dot notation path to state property
updatesβ
Object
Object to merge with existing state
options?β
StateUpdateOptions = {}
Optional update options
Returnsβ
void