mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-25 11:11:46 +08:00
Changed signature of functions: search, redraw_node. Comments fixed.
Changed signature of functions: search, redraw_node. Comments fixed.
This commit is contained in:
Vendored
+2
@@ -558,6 +558,8 @@ interface JSTreeStaticDefaultsSearch {
|
||||
* Indicates if the tree should be filtered (by default) to show only matching nodes
|
||||
* (keep in mind this can be a heavy on large trees in old browsers).
|
||||
* This setting can be changed at runtime when calling the search method. Default is `false`.
|
||||
* @name $.jstree.defaults.search.show_only_matches
|
||||
* @plugin search
|
||||
*/
|
||||
show_only_matches: boolean;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user