mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 01:25:36 -05:00
@@ -20,7 +20,8 @@ export enum ComponentEventType {
|
||||
onSelectedRowChanged,
|
||||
onComponentCreated,
|
||||
onCellAction,
|
||||
onEnterKeyPressed
|
||||
onEnterKeyPressed,
|
||||
onInput
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -145,5 +146,6 @@ export enum ModelComponentTypes {
|
||||
TabbedPanel,
|
||||
Separator,
|
||||
PropertiesContainer,
|
||||
InfoBox
|
||||
InfoBox,
|
||||
Slider
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user