Skip to content

Commit 062445a

Browse files
committed
updated docs
1 parent aeb5b4e commit 062445a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/DATAMODEL.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@ export interface TreeNodeDetails {
536536
status?: 'info' | 'success' | 'warning' | 'error';
537537
icon?: MynahIcons;
538538
label?: string;
539+
description?: string; // Markdown tooltip
539540
}
540541

541542
export interface SourceLink {
@@ -1348,7 +1349,8 @@ mynahUI.addChatItem(tabId, {
13481349
'src/devfile.yaml': {
13491350
status: 'error',
13501351
label: "Change rejected",
1351-
icon: MynahIcons.REVERT
1352+
icon: MynahIcons.REVERT,
1353+
description: 'Markdown tooltip to show'
13521354
}
13531355
}
13541356
},

0 commit comments

Comments
 (0)