mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-06 17:23:53 -05:00
Clean up a few proposed azdata things (#14000)
This commit is contained in:
6
src/sql/azdata.proposed.d.ts
vendored
6
src/sql/azdata.proposed.d.ts
vendored
@@ -550,7 +550,7 @@ declare module 'azdata' {
|
||||
}
|
||||
|
||||
/**
|
||||
* Builder for TabbedPannelComponent
|
||||
* Builder for TabbedPanelComponent
|
||||
*/
|
||||
export interface TabbedPanelComponentBuilder extends ContainerBuilder<TabbedPanelComponent, TabbedPanelLayout, any, ComponentProperties> {
|
||||
/**
|
||||
@@ -843,9 +843,9 @@ declare module 'azdata' {
|
||||
|
||||
export interface TableComponent {
|
||||
/**
|
||||
* Append data to an exsiting table data.
|
||||
* Append data to an existing table data.
|
||||
*/
|
||||
appendData(data: any[][]);
|
||||
appendData(data: any[][]): void;
|
||||
}
|
||||
|
||||
export interface IconColumnCellValue {
|
||||
|
||||
Reference in New Issue
Block a user