mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 01:25:36 -05:00
Adding image support to list view (#20449)
This commit is contained in:
4
src/sql/azdata.d.ts
vendored
4
src/sql/azdata.d.ts
vendored
@@ -3198,12 +3198,12 @@ declare module 'azdata' {
|
||||
*/
|
||||
flexWrap?: FlexWrapType | undefined;
|
||||
/**
|
||||
* Container Height
|
||||
* Container Height. Accepted values are px, %, auto and calc expressions.
|
||||
*/
|
||||
height?: number | string | undefined;
|
||||
|
||||
/**
|
||||
* Container Width
|
||||
* Container Width. Accepted values are px, %, auto and calc expressions.
|
||||
*/
|
||||
width?: number | string | undefined;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user