mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 01:25:37 -05:00
handle edit and save race condition (#20462)
* handle edit and save race condition * handle more race condition scenarios * fix error
This commit is contained in:
@@ -28,6 +28,11 @@ export interface DesignerComponentInput {
|
||||
*/
|
||||
readonly onRefreshRequested: Event<void>;
|
||||
|
||||
/**
|
||||
* The event that is triggerd when force submit of the pending edit is requested.
|
||||
*/
|
||||
readonly onSubmitPendingEditRequested: Event<void>;
|
||||
|
||||
/**
|
||||
* Gets the object type display name.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user