UNPKG

@ant-design/graphs

Version:
9 lines (8 loc) 281 B
import { HoverActivate } from '@antv/g6'; /** * Behavior to activate the hovered element and its chain (including nodes and edges). */ export declare class HoverActivateChain extends HoverActivate { protected getActiveIds(event: any): any[]; private collectChainNodes; }