StateUpdateEvent
FitFileViewer - API Documentation v29.4.0
FitFileViewer - API Documentation / utils/state/domain/appState / StateUpdateEvent
Interface: StateUpdateEvent
Defined in: utils/state/domain/appState.js:9
Propertiesβ
pathβ
path:
string
Defined in: utils/state/domain/appState.js:10
The state path that changed
newValueβ
newValue:
any
Defined in: utils/state/domain/appState.js:11
The new value
oldValueβ
oldValue:
any
Defined in: utils/state/domain/appState.js:12
The previous value
timestampβ
timestamp:
number
Defined in: utils/state/domain/appState.js:13
When the change occurred