Skip to content

Commit 4cf20ac

Browse files
chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary
1 parent 65c558d commit 4cf20ac

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

docs/tracking-plan.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ Generated on Fri, Sep 26, 2025
145145
- [AI Query Feedback](#event--AiQueryFeedbackEvent)
146146
- [AI Response Failed](#event--AiResponseFailedEvent)
147147
- [AI Response Generated](#event--AiResponseGeneratedEvent)
148+
- [Drawer Section Opened](#event--DrawerSectionOpenedEvent)
149+
- [Drawer Section Closed](#event--DrawerSectionClosedEvent)
148150
- [PipelineAI Feedback](#event--PipelineAiFeedbackEvent)
149151

150152
### Guide Cues
@@ -1650,6 +1652,32 @@ rendered in the UI.
16501652
- **connection_id** (optional): `string | undefined`
16511653
- The id of the connection associated to this event.
16521654

1655+
<a name="event--DrawerSectionOpenedEvent"></a>
1656+
1657+
### Drawer Section Opened
1658+
1659+
This event is fired when user opens a drawer section. Either by switching
1660+
to it via the drawer toolbar or by opening the drawer and the first tab is
1661+
this drawer section.
1662+
1663+
**Properties**:
1664+
1665+
- **sectionId** (required): `string`
1666+
- **is_compass_web** (optional): `true | undefined`
1667+
1668+
<a name="event--DrawerSectionClosedEvent"></a>
1669+
1670+
### Drawer Section Closed
1671+
1672+
This event is fired when user closes a drawer section. Either by switching
1673+
to another tab via the drawer toolbar or by closing the drawer when the
1674+
active tab is this drawer section.
1675+
1676+
**Properties**:
1677+
1678+
- **sectionId** (required): `string`
1679+
- **is_compass_web** (optional): `true | undefined`
1680+
16531681
<a name="event--PipelineAiFeedbackEvent"></a>
16541682

16551683
### PipelineAI Feedback

0 commit comments

Comments
 (0)