@@ -145,6 +145,8 @@ Generated on Fri, Sep 26, 2025
145
145
- [ AI Query Feedback] ( #event--AiQueryFeedbackEvent )
146
146
- [ AI Response Failed] ( #event--AiResponseFailedEvent )
147
147
- [ AI Response Generated] ( #event--AiResponseGeneratedEvent )
148
+ - [ Drawer Section Opened] ( #event--DrawerSectionOpenedEvent )
149
+ - [ Drawer Section Closed] ( #event--DrawerSectionClosedEvent )
148
150
- [ PipelineAI Feedback] ( #event--PipelineAiFeedbackEvent )
149
151
150
152
### Guide Cues
@@ -1650,6 +1652,32 @@ rendered in the UI.
1650
1652
- ** connection_id** (optional): ` string | undefined `
1651
1653
- The id of the connection associated to this event.
1652
1654
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
+
1653
1681
<a name =" event--PipelineAiFeedbackEvent " ></a >
1654
1682
1655
1683
### PipelineAI Feedback
0 commit comments