StateUpdateEvent
FitFileViewer - API Documentation v29.9.0
FitFileViewer - API Documentation / utils/state/domain/appState / StateUpdateEvent
Interface: StateUpdateEvent
Defined in: utils/state/domain/appState.js:13
Propertiesβ
pathβ
path:
string
Defined in: utils/state/domain/appState.js:15
The state path that changed
newValueβ
newValue:
any
Defined in: utils/state/domain/appState.js:16
The new value
oldValueβ
oldValue:
any
Defined in: utils/state/domain/appState.js:17
The previous value
timestampβ
timestamp:
number
Defined in: utils/state/domain/appState.js:18
When the change occurred