Home > @visualization-tools/core > IRendererCallbacks
Signature:
export interface IRendererCallbacks<TCtx>
| Method | Description |
|---|---|
| onAfterPlotDraw(context) | Called once per frame, per plot drawn. |
| onBeforePlotDraw(context, plotDimensions, canvasDims) | Called once per frame, per plot drawn. |