Skip to main content

getShowRenderNotificationSafe

FitFileViewer - API Documentation v30.0.1


FitFileViewer - API Documentation / utils/charts/core/renderChartDependencyAccessors / getShowRenderNotificationSafe

Function: getShowRenderNotificationSafe()

getShowRenderNotificationSafe(): (currentChartCount: number, currentVisibleFields: number, runtime: ShowRenderNotificationRuntime) => boolean

Defined in: utils/charts/core/renderChartDependencyAccessors.ts:152

Returns the render-notification policy.

Returns​

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

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.