mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 17:22:45 -05:00
Add default model view input types and validation (#1397)
This commit is contained in:
@@ -92,7 +92,8 @@ export interface IItemConfig {
|
||||
export enum ComponentEventType {
|
||||
PropertiesChanged,
|
||||
onDidChange,
|
||||
onDidClick
|
||||
onDidClick,
|
||||
validityChanged
|
||||
}
|
||||
|
||||
export interface IComponentEventArgs {
|
||||
|
||||
Reference in New Issue
Block a user