mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 01:32:34 -05:00
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:
4
src/sql/azdata.proposed.d.ts
vendored
4
src/sql/azdata.proposed.d.ts
vendored
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user