UNPKG

@visactor/vtable

Version:

canvas table width high performance

9 lines (8 loc) 411 B
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; }