@visactor/vtable
Version:
canvas table width high performance
10 lines (9 loc) • 354 B
TypeScript
import { Icon } from '../graphic/icon';
import type { Group } from '../graphic/group';
import type { Scenegraph } from '../scenegraph';
export declare class DrillIcon {
icon: Icon;
constructor();
appand(parent: Group): void;
update(visible: boolean, x: number, y: number, drillDown: boolean, drillUp: boolean, scene: Scenegraph): void;
}