File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 900900
901901### launchpad/title/action
902902
903- > Sent when the user takes an action on a launchpad item
903+ > Sent when the user takes an action on the Launchpad title bar
904904
905905``` typescript
906906{
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ export type TelemetryEvents = {
224224 /** Sent when the user selects (clicks on) a commit on the visual file history */
225225 'timeline/commit/selected' : TimelineContextEventData ;
226226
227- /** Sent when the user takes an action on a launchpad item */
227+ /** Sent when the user takes an action on the Launchpad title bar */
228228 'launchpad/title/action' : LaunchpadEventData & {
229229 action : 'feedback' | 'open-on-gkdev' | 'refresh' | 'settings' | 'connect' ;
230230 } ;
You can’t perform that action at this time.
0 commit comments