mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 09:35:39 -05:00
refresh the table designer after publishing (#18220)
This commit is contained in:
@@ -23,6 +23,11 @@ export interface DesignerComponentInput {
|
||||
*/
|
||||
readonly onEditProcessed: Event<DesignerEditProcessedEventArgs>;
|
||||
|
||||
/**
|
||||
* The event that is triggerd when a refresh of the UI is requested.
|
||||
*/
|
||||
readonly onRefreshRequested: Event<void>;
|
||||
|
||||
/**
|
||||
* Gets the object type display name.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user