UNPKG

@antv/g6

Version:

A Graph Visualization Framework in JavaScript

6 lines (5 loc) 236 B
import type { DisplayObject, FederatedEvent } from '@antv/g'; export type PluginEvent<T extends Event | FederatedEvent = Event> = Omit<T, 'target'> & { targetType: 'canvas' | 'node' | 'edge' | 'combo'; target: DisplayObject; };