(
view: ChartView,
pipeline: Pick<Pipeline, 'progressiveEnabled' | 'threshold'>
)
| 84 | preventIncremental(): boolean; |
| 85 | |
| 86 | __preparePipelineContext( |
| 87 | view: ChartView, |
| 88 | pipeline: Pick<Pipeline, 'progressiveEnabled' | 'threshold'> |
| 89 | ): PipelineContext; |