Skip to main content

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