Skip to content

Commit 8de26b6

Browse files
chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary
1 parent f85f637 commit 8de26b6

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

docs/tracking-plan.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ Generated on Mon, Aug 11, 2025
7373
- [Connection Removed](#event--ConnectionRemovedEvent)
7474
- [New Connection](#event--NewConnectionEvent)
7575

76+
### Context Menu
77+
78+
- [Context Menu Opened](#event--ContextMenuOpened)
79+
- [Context Menu Item Clicked](#event--ContextMenuItemClicked)
80+
7681
### Data Modeling
7782

7883
- [Data Modeling Diagram Created](#event--DataModelingDiagramCreated)
@@ -989,6 +994,31 @@ This event is fired when user successfully connects to a new server/cluster.
989994
- **connection_id** (optional): `string | undefined`
990995
- The id of the connection associated to this event.
991996

997+
## Context Menu
998+
999+
<a name="event--ContextMenuOpened"></a>
1000+
1001+
### Context Menu Opened
1002+
1003+
This event is fired when the context menu is opened.
1004+
1005+
**Properties**:
1006+
1007+
- **item_groups** (required): `{}`
1008+
- **is_compass_web** (optional): `true | undefined`
1009+
1010+
<a name="event--ContextMenuItemClicked"></a>
1011+
1012+
### Context Menu Item Clicked
1013+
1014+
This event is fired when a context menu item is clicked.
1015+
1016+
**Properties**:
1017+
1018+
- **item_group** (required): `string`
1019+
- **item_label** (required): `string`
1020+
- **is_compass_web** (optional): `true | undefined`
1021+
9921022
## Data Modeling
9931023

9941024
<a name="event--DataModelingDiagramCreated"></a>

0 commit comments

Comments
 (0)