added 'fireOnTextChange' field to azdata.proposed.d.ts (#4341)

This commit is contained in:
Gene Lee
2019-03-07 16:03:50 -08:00
committed by GitHub
parent 96a976d826
commit 36e5bbb752
4 changed files with 14 additions and 1 deletions

View File

@@ -560,6 +560,7 @@ declare module 'sqlops' {
value?: string | CategoryValue;
values?: string[] | CategoryValue[];
editable?: boolean;
fireOnTextChange?: boolean;
}
export interface DeclarativeTableColumn {