add splitViewContainer and diffEditor to ModelBuilder interface (#4950)

This commit is contained in:
kisantia
2019-04-09 11:45:21 -07:00
committed by GitHub
parent f96a17c930
commit daf929ecc7

View File

@@ -2398,6 +2398,7 @@ declare module 'azdata' {
navContainer(): ContainerBuilder<NavContainer, any, any>;
divContainer(): DivBuilder;
flexContainer(): FlexBuilder;
splitViewContainer(): SplitViewBuilder;
dom(): ComponentBuilder<DomComponent>;
card(): ComponentBuilder<CardComponent>;
inputBox(): ComponentBuilder<InputBoxComponent>;
@@ -2405,6 +2406,7 @@ declare module 'azdata' {
radioButton(): ComponentBuilder<RadioButtonComponent>;
webView(): ComponentBuilder<WebViewComponent>;
editor(): ComponentBuilder<EditorComponent>;
diffeditor(): ComponentBuilder<DiffEditorComponent>;
text(): ComponentBuilder<TextComponent>;
button(): ComponentBuilder<ButtonComponent>;
dropDown(): ComponentBuilder<DropDownComponent>;