Skip to main content

previousChartState

FitFileViewer - API Documentation v29.4.0


FitFileViewer - API Documentation / utils/charts/core/chartNotificationState / previousChartState

Variable: previousChartState

const previousChartState: { chartCount: number; fieldsRendered: never[]; lastRenderTimestamp: number; }

Defined in: utils/charts/core/chartNotificationState.js:7

Track previous render state for notification logic

Type Declaration​

chartCount​

chartCount: number = 0

fieldsRendered​

fieldsRendered: never[] = []

lastRenderTimestamp​

lastRenderTimestamp: number = 0