@skedulo/mex-types 1.6.9 → 1.6.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -446,7 +446,7 @@ export interface SelectEditorViewComponentModel extends CommonEditorViewComponen
|
|
|
446
446
|
* @value multiSelectEditor
|
|
447
447
|
* @description Select one or more items from a list
|
|
448
448
|
* @label Multi-select drop down
|
|
449
|
-
* @fieldOrders ['title', '
|
|
449
|
+
* @fieldOrders ['title', 'mandatory', 'options']
|
|
450
450
|
*/
|
|
451
451
|
export interface MultiSelectEditorViewComponentModel extends CommonEditorViewComponentModel, CommonEditorWithPlaceholder, BaseSelectEditor {
|
|
452
452
|
/**
|