util.d.ts 213 B

1234567
  1. import { Element } from '@antv/g2';
  2. /**
  3. * 获取当前事件相关的图表元素
  4. * @param context 交互的上下文
  5. * @ignore
  6. */
  7. export declare function getCurrentElement(context: any): Element | undefined;