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

@@ -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.
*/