Adding telemetry to ads OE filter (#23089)

* Adding telemetry to ads oe filter

* Fixing prop names

* fixing prop name

* Fixing localized strings

* Update src/sql/azdata.proposed.d.ts

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>

* Update src/sql/workbench/contrib/objectExplorer/browser/serverTreeView.ts

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>

---------

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
This commit is contained in:
Aasim Khan
2023-05-11 13:27:34 -07:00
committed by GitHub
parent c7d62e31fb
commit a4077c3d89
5 changed files with 30 additions and 4 deletions

View File

@@ -1797,6 +1797,10 @@ declare module 'azdata' {
}
export interface NodeFilterProperty {
/**
* The non-localized name of the filter property
*/
name: string;
/**
* The name of the filter property displayed to the user
*/