UNPKG

@visactor/vtable

Version:

canvas table width high performance

5 lines (4 loc) 469 B
import type { Scenegraph } from '../../scenegraph/scenegraph'; import type { CellRange, HighlightScope } from '../../ts-types'; export declare function clearRowHover(scenegraph: Scenegraph, colOrigin: number, row: number, selectRanges: CellRange[], selectMode: HighlightScope): boolean; export declare function updateRowHover(scenegraph: Scenegraph, colOrigin: number, row: number, selectRanges: CellRange[], selectMode: HighlightScope, singleStyle: boolean): boolean;