mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Update index.d.ts (#38319)
FlatDataItem and ExtendedNodeData does not have property lowerSiblingsCounts but lowerSiblingCounts.
This commit is contained in:
committed by
Daniel Rosenwasser
parent
4878bcc79f
commit
af5d683c4e
Vendored
+2
-2
@@ -47,7 +47,7 @@ export interface FullTree {
|
||||
export interface NodeData extends TreeNode, TreePath, TreeIndex { }
|
||||
|
||||
export interface FlatDataItem extends TreeNode, TreePath {
|
||||
lowerSiblingsCounts: number[];
|
||||
lowerSiblingCounts: number[];
|
||||
parentNode: TreeItem;
|
||||
}
|
||||
|
||||
@@ -57,7 +57,7 @@ export interface SearchData extends NodeData {
|
||||
|
||||
export interface ExtendedNodeData extends NodeData {
|
||||
parentNode: TreeItem;
|
||||
lowerSiblingsCounts: number[];
|
||||
lowerSiblingCounts: number[];
|
||||
isSearchMatch: boolean;
|
||||
isSearchFocus: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user