UNPKG

@antv/g6

Version:

A Graph Visualization Framework in JavaScript

12 lines (11 loc) 309 B
import type { RuntimeContext } from './types'; export declare class BatchController { private context; private batchCount; constructor(context: RuntimeContext); private emit; startBatch(initiate?: boolean): void; endBatch(): void; get isBatching(): boolean; destroy(): void; }