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.