Adding button plugin to table component (#10918)

* Added delete plugin to table component
This commit is contained in:
Leila Lali
2020-07-22 16:26:16 -07:00
committed by GitHub
parent 587abd43c2
commit 4a88adffd2
13 changed files with 155 additions and 21 deletions

View File

@@ -441,6 +441,14 @@ declare module 'azdata' {
targetLocation?: string;
}
export interface ButtonColumnOption {
icon?: string | vscode.Uri | { light: string | vscode.Uri; dark: string | vscode.Uri };
}
export interface ButtonCell extends TableCell {
columnName: string;
}
export namespace sqlAssessment {
export enum SqlAssessmentTargetType {