mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 17:22:45 -05:00
@@ -27,7 +27,8 @@ export enum ComponentEventType {
|
||||
* Actions that can be handled by ModelView components
|
||||
*/
|
||||
export enum ModelViewAction {
|
||||
SelectTab = 'selectTab'
|
||||
SelectTab = 'selectTab',
|
||||
AppendData = 'appendData'
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user