File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -860,6 +860,14 @@ This event is fired when the auto-update feature is disabled.
860860
861861This event is fired when a user runs a bulk delete operation.
862862
863+ ** Properties** :
864+
865+ - ** has_filter** (required): ` boolean `
866+ - Specifies if a filter was set in the query
867+ - ** is_compass_web** (optional): ` true | undefined `
868+ - ** connection_id** (optional): ` string | undefined `
869+ - The id of the connection associated to this event.
870+
863871<a name =" event--BulkDeleteOpenedEvent " ></a >
864872
865873### Bulk Delete Opened
@@ -876,6 +884,8 @@ This event is fired when a user runs a bulk update operation.
876884
877885- ** isUpdatePreviewSupported** (required): ` boolean `
878886 - Specifies if update preview was supported (the update preview runs inside a transaction.)
887+ - ** has_filter** (required): ` boolean `
888+ - Specifies if a filter was set in the query
879889- ** is_compass_web** (optional): ` true | undefined `
880890- ** connection_id** (optional): ` string | undefined `
881891 - The id of the connection associated to this event.
You can’t perform that action at this time.
0 commit comments