mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 09:35:38 -05:00
Add doAction API call for ModelView (#10345)
* Add doAction API call for ModelView * cleanup
This commit is contained in:
@@ -45,4 +45,5 @@ export interface IModelView extends IView {
|
||||
validate(componentId: string): Thenable<boolean>;
|
||||
readonly onDestroy: Event<void>;
|
||||
focus(componentId: string): void;
|
||||
doAction(componentId: string, action: string, ...args: any[]): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user