Add default model view input types and validation (#1397)

This commit is contained in:
Matt Irvine
2018-05-14 16:20:19 -07:00
committed by GitHub
parent 89c48bbe75
commit 9bd45cf66a
14 changed files with 363 additions and 118 deletions

View File

@@ -92,7 +92,8 @@ export interface IItemConfig {
export enum ComponentEventType {
PropertiesChanged,
onDidChange,
onDidClick
onDidClick,
validityChanged
}
export interface IComponentEventArgs {