Adding image support to list view (#20449)

This commit is contained in:
Aasim Khan
2022-08-31 09:02:40 -07:00
committed by GitHub
parent 3fc3c106bb
commit 010fe91921
11 changed files with 152 additions and 81 deletions

4
src/sql/azdata.d.ts vendored
View File

@@ -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;