mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-04 17:23:45 -05:00
Add title property for data grid providers (#13155)
This commit is contained in:
5
src/sql/azdata.proposed.d.ts
vendored
5
src/sql/azdata.proposed.d.ts
vendored
@@ -257,6 +257,11 @@ declare module 'azdata' {
|
||||
* Gets the list of data grid columns for this provider
|
||||
*/
|
||||
getDataGridColumns(): Thenable<DataGridColumn[]>;
|
||||
|
||||
/**
|
||||
* The user visible string to use for the title of the grid
|
||||
*/
|
||||
title: string;
|
||||
}
|
||||
|
||||
export interface HyperlinkComponent {
|
||||
|
||||
Reference in New Issue
Block a user