Skip to content

Commit 9c05972

Browse files
committed
Add tooltip property
1 parent e77b358 commit 9c05972

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/api/tree.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export interface TreeItemDecoration {
6060
export interface TreeItem {
6161
label: string;
6262
description?: string;
63+
tooltip?: string;
6364
subItems?: TreeItem[];
6465
actions?: TreeItemAction[];
6566
open?: boolean;

0 commit comments

Comments
 (0)