refresh the table designer after publishing (#18220)

This commit is contained in:
Alan Ren
2022-02-04 09:32:07 -08:00
committed by GitHub
parent 83c6eee8e2
commit 4c49e1cd41
6 changed files with 24 additions and 3 deletions

View File

@@ -1436,6 +1436,10 @@ declare module 'azdata' {
* The new table information after the changes are published.
*/
newTableInfo: TableInfo;
/**
* The new view model.
*/
viewModel: DesignerViewModel;
}
}