This commit is contained in:
Sergei Dorogin
2017-09-11 17:38:39 +03:00
parent 1009717327
commit 1c8a7b211e
+7
View File
@@ -190,6 +190,13 @@ declare namespace Fancytree {
/** Write warning to browser console (prepending tree info) */
warn(msg: any): void;
/** Temporarily suppress rendering to improve performance on bulk-updates.
*
* @param {boolean} flag
* @returns {boolean} previous status
* @since 2.19 */
enableUpdate(enabled: boolean): void;
}
/** A FancytreeNode represents the hierarchical data model and operations. */