mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 17:22:59 -05:00
Add validation to model view components (#1356)
This commit is contained in:
@@ -20,6 +20,7 @@ export interface IModelView extends IView {
|
||||
addToContainer(containerId: string, item: IItemConfig): void;
|
||||
setLayout(componentId: string, layout: any): void;
|
||||
setProperties(componentId: string, properties: { [key: string]: any }): void;
|
||||
setValid(componentId: string, valid: boolean): void;
|
||||
registerEvent(componentId: string);
|
||||
onEvent: Event<any>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user