mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 09:35:37 -05:00
Add optional title to tables (#6740)
* Add optional title to tables * addressing comments
This commit is contained in:
1
src/sql/azdata.d.ts
vendored
1
src/sql/azdata.d.ts
vendored
@@ -3239,6 +3239,7 @@ declare module 'azdata' {
|
||||
fontSize?: number | string;
|
||||
selectedRows?: number[];
|
||||
forceFitColumns?: ColumnSizingMode;
|
||||
title?: string;
|
||||
}
|
||||
|
||||
export interface FileBrowserTreeProperties extends ComponentProperties {
|
||||
|
||||
Reference in New Issue
Block a user