Skip to main content

showRenderNotification

FitFileViewer - API Documentation v30.0.1


FitFileViewer - API Documentation / utils/ui / showRenderNotification

Function: showRenderNotification()

showRenderNotification(currentChartCount: number, currentVisibleFields: number, runtime?: ShowRenderNotificationRuntime): boolean

Defined in: utils/ui/notifications/showRenderNotification.ts:23

Determines whether a chart-render notification should be shown for the current render pass.

Parameters​

currentChartCount​

number

Number of charts currently rendered.

currentVisibleFields​

number

Number of visible fields.

runtime?​

ShowRenderNotificationRuntime = ...

Returns​

boolean

Whether to show a render notification.