- getShapeGhost(cell, cellRealCellSize, drawingScale?, customAttrs?, currentTheme?): null | HTMLCanvasElement
Parameters
- cell: Cell
- cellRealCellSize: {
height: number;
offset: Point;
width: number;
}height: number
width: number
- drawingScale: number = 100
- customAttrs: null | CustomAttrs = null
- currentTheme: null | ThemeItem = null
Returns null | HTMLCanvasElement