File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -1595,6 +1595,7 @@ class CrudStoreImpl
15951595 ? 'readonly'
15961596 : 'collection' ,
15971597 used_regex : objectContainsRegularExpression ( query . filter ?? { } ) ,
1598+ mode : this . modeForTelemetry ( ) ,
15981599 } ,
15991600 this . connectionInfoRef . current
16001601 ) ;
Original file line number Diff line number Diff line change @@ -1699,6 +1699,11 @@ type QueryExecutedEvent = ConnectionScopedEvent<{
16991699 * Indicates whether the query used a regular expression.
17001700 */
17011701 used_regex : boolean ;
1702+
1703+ /**
1704+ * The view used to run the query.
1705+ */
1706+ mode : 'list' | 'json' | 'table' ;
17021707 } ;
17031708} > ;
17041709
@@ -2313,7 +2318,7 @@ type AutoupdateDismissedEvent = CommonEvent<{
23132318} > ;
23142319
23152320/**
2316- * This event is fired when the user changes the items view type between list and grid.
2321+ * This event is fired when the user changes the items view type in the database and collection list between " list" and " grid" .
23172322 *
23182323 * @category Database / Collection List
23192324 */
You can’t perform that action at this time.
0 commit comments