@visactor/vtable
Version:
canvas table width high performance
7 lines (6 loc) • 499 B
TypeScript
import type { StateManager } from '../state';
import type { Group } from '../../scenegraph/graphic/group';
import type { BaseTableAPI } from '../../ts-types/base-table';
export declare function getCellSelectColor(cellGroup: Group, table: BaseTableAPI): string | undefined;
export declare function isCellSelected(state: StateManager, col: number, row: number, cellGroup: Group): string | undefined;
export declare function isCellDisableSelect(table: BaseTableAPI, col: number, row: number): boolean;