removed defaultfilter

This commit is contained in:
Timo 2021-05-04 16:41:22 +03:00
parent 93ed04a1c1
commit 339a7632ea

View File

@ -18,9 +18,10 @@ export interface TypeValue {
* True if the entries in this type should be matched case insensitively, default is false.
*/
caseInsensitive?: boolean;
/**
* Can add to Dictionary
*/
addToDictionaryAction?: boolean;
defaultFilter?: boolean;
/**
* The value of color must be a correct hex color
*/