Skip to main content

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