修正内存泄漏,提供增量加载.
This commit is contained in:
2
dist/Utils.d.ts
vendored
2
dist/Utils.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user