onAfterDraw (Step 0-4)
Draw custom overlays on the canvas after each frame. The callback receives an AfterDrawContext with the 2D context, dimensions, and scroll offsets. This is the entry point for Phase 3 Layer System.
Overlay mode:
Grid API
AfterDrawContext
ctx: CanvasRenderingContext2Dwidth: 640height: 400headerHeight: 40rowHeight: 36scrollTop / scrollLeft: scroll offsetscolumns: ColumnProps[]visibleRowStart: first visible rowvisibleRowCount: visible rowsdataRowCount: total rowsDraw count: 0