@antv/g-svg
Version:
A renderer implemented by SVG
13 lines • 427 B
TypeScript
import type { GlobalRuntime, RenderingPlugin, RenderingPluginContext } from '@antv/g-lite';
/**
* pick shape(s) with Mouse/Touch event
*
* 1. find AABB with r-tree
* 2. use elementFromPoint
*/
export declare class SVGPickerPlugin implements RenderingPlugin {
static tag: string;
apply(context: RenderingPluginContext, runtime: GlobalRuntime): void;
private pick;
}
//# sourceMappingURL=SVGPickerPlugin.d.ts.map