@skedulo/mex-types 1.6.17 → 1.6.18
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.
|
@@ -53,7 +53,7 @@ export interface CommonEditorWithPlaceholder {
|
|
|
53
53
|
* @value textEditor
|
|
54
54
|
* @description Enable users to input data from mobile app
|
|
55
55
|
* @label Text input
|
|
56
|
-
* @fieldOrders ['title', 'keyboardType', 'placeholder', 'mandatory', '
|
|
56
|
+
* @fieldOrders ['title', 'keyboardType', 'placeholder', 'mandatory', 'multiline']
|
|
57
57
|
*/
|
|
58
58
|
export interface TextEditorViewComponentModel extends CommonEditorViewComponentModel, CommonEditorWithPlaceholder {
|
|
59
59
|
/**
|