Home > @visualization-tools/core > FrameProvider
Handles rollup of draw calls and incremental updating of interaction handlers.
Signature:
export declare class FrameProvider implements IFrameProvider
Implements: IFrameProvider
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(drawCallback, updateInteractionHandlersCallback, rollupTime, $window) | Constructs a new instance of the FrameProvider class |
| Method | Modifiers | Description |
|---|---|---|
| cancelNextFrame() | ||
| updateOnNextFrame(plot, updateInteractionHandler) |