mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 17:23:15 -05:00
Notebook Views Insert Cells Modal (#16836)
* Add html-to-image package * Add image card type
This commit is contained in:
7
src/sql/azdata.proposed.d.ts
vendored
7
src/sql/azdata.proposed.d.ts
vendored
@@ -767,6 +767,13 @@ declare module 'azdata' {
|
||||
delete?: boolean;
|
||||
}
|
||||
|
||||
export enum CardType {
|
||||
/**
|
||||
* Card with the icon as a background image
|
||||
*/
|
||||
Image = 'Image'
|
||||
}
|
||||
|
||||
export namespace workspace {
|
||||
/**
|
||||
* Creates and enters a workspace at the specified location
|
||||
|
||||
Reference in New Issue
Block a user