mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-12 11:08:31 -05:00
This reverts commit 037d638927.
This commit is contained in:
18
src/sql/azdata.proposed.d.ts
vendored
18
src/sql/azdata.proposed.d.ts
vendored
@@ -691,24 +691,6 @@ declare module 'azdata' {
|
||||
*/
|
||||
delete?: boolean;
|
||||
}
|
||||
|
||||
export interface ButtonProperties {
|
||||
/**
|
||||
* Specifies whether to use expanded layout or not.
|
||||
*/
|
||||
buttonType?: ButtonType;
|
||||
/**
|
||||
* Description text to display inside button element.
|
||||
*/
|
||||
description?: string;
|
||||
}
|
||||
|
||||
export enum ButtonType {
|
||||
File = 'File',
|
||||
Normal = 'Normal',
|
||||
Informational = 'Informational'
|
||||
}
|
||||
|
||||
export interface DiffEditorComponent {
|
||||
/**
|
||||
* Title of editor
|
||||
|
||||
Reference in New Issue
Block a user