e-virt-table
Version:
A powerful data table based on canvas. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.
28 lines (27 loc) • 707 B
TypeScript
import Context from './Context';
export default class EventBrowser {
private eventTasks;
private ctx;
constructor(ctx: Context);
init(): void;
private selectionchange;
private clearDomSelection;
destroy(): void;
private handleResize;
private handleMouseDown;
private handleMousemove;
private handleMouseUp;
private handleClick;
private handleKeydown;
private handleWheel;
private handleTouchstart;
private handleTouchend;
private handleTouchmove;
private handleContextMenu;
private handleMouseover;
private handleMouseout;
private handleDblclick;
private handleOutsideMousedown;
private bind;
private unbind;
}