Merge pull request #19675 from evil-shrike/jquery.fancytree

[jquery.fancytree] added enableUpdate method
This commit is contained in:
Benjamin Lichtman
2017-09-19 14:53:06 -07:00
committed by GitHub

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. */