Add optional sort option if "multipleValues" is set

This commit is contained in:
Jan Oberhauser
2020-12-27 00:15:33 +01:00
parent aaae7964d6
commit 95315cec60
3 changed files with 60 additions and 4 deletions

View File

@@ -409,6 +409,7 @@ export interface INodePropertyTypeOptions {
password?: boolean; // Supported by: string
rows?: number; // Supported by: string
showAlpha?: boolean; // Supported by: color
sortable?: boolean; // Supported when "multipleValues" set to true
[key: string]: boolean | number | string | EditorTypes | undefined | string[];
}