mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-08 19:20:05 +00:00
Changed signature of functions: search, redraw_node. Comments fixed.
Changed signature of functions: search, redraw_node. Comments fixed.
This commit is contained in:
2
jstree/jstree.d.ts
vendored
2
jstree/jstree.d.ts
vendored
@@ -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