new component - infobox (#14027)

* new component: infobox

* comments

* new option

* add comments
This commit is contained in:
Alan Ren
2021-01-22 18:38:10 -08:00
committed by GitHub
parent dd0fa50d32
commit d059032dee
18 changed files with 358 additions and 7 deletions

View File

@@ -261,7 +261,8 @@ export function createViewContext(): ViewTestContext {
hyperlink: () => hyperLinkBuilder,
tabbedPanel: undefined!,
separator: undefined!,
propertiesContainer: undefined!
propertiesContainer: undefined!,
infoBox: undefined!
}
};
let tab: azdata.window.DialogTab = {