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.