修正内存泄漏,提供增量加载.

This commit is contained in:
ChenX
2018-07-02 12:07:16 +08:00
parent fcf2a1eb73
commit c1e9aac48b
12 changed files with 46 additions and 28 deletions

2
dist/Utils.d.ts vendored
View File

@@ -1,2 +1,2 @@
import { Viewer } from ".";
export declare function LoadBoard(view: Viewer, data: any[]): void;
export declare function LoadBoard(view: Viewer, data: any[], clear?: boolean): void;