Skip to content

Commit bd6a3dd

Browse files
chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary
1 parent 2fd61bf commit bd6a3dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/tracking-plan.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ This event is fired when a database is created.
10041004

10051005
### Switch View Type
10061006

1007-
This event is fired when the user changes the items view type between list and grid.
1007+
This event is fired when the user changes the items view type in the database and collection list between "list" and "grid".
10081008

10091009
**Properties**:
10101010

@@ -1148,6 +1148,8 @@ This event is fired when user executes a query
11481148
- The type of the collection on which the query was executed.
11491149
- **used_regex** (required): `boolean`
11501150
- Indicates whether the query used a regular expression.
1151+
- **mode** (required): `"list" | "json" | "table"`
1152+
- The view used to run the query.
11511153
- **is_compass_web** (optional): `true | undefined`
11521154
- **connection_id** (optional): `string | undefined`
11531155
- The id of the connection associated to this event.

0 commit comments

Comments
 (0)