@visactor/vtable
Version:
canvas table width high performance
9 lines (8 loc) • 411 B
TypeScript
import type { IPickerService, IPickParams, PickResult } from './../../../vrender';
import type { IMatrix, IPointLike } from '@visactor/vutils';
export declare class VChartPickServiceInterceptorContribution {
order: number;
afterPickItem(result: PickResult, pickerService: IPickerService, point: IPointLike, pickParams: IPickParams, params?: {
parentMatrix: IMatrix;
}): null | PickResult;
}