@skedulo/mex-types 1.42.0 → 1.42.1
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.
|
@@ -38,6 +38,9 @@ export interface ImageViewComponentModel extends BaseViewOnlyComponentModel {
|
|
|
38
38
|
* @version 1.14.8
|
|
39
39
|
*/
|
|
40
40
|
export interface BaseViewOnlyComponentModel extends BaseFlatPageViewComponentModel {
|
|
41
|
+
/**
|
|
42
|
+
* @label Title
|
|
43
|
+
*/
|
|
41
44
|
title: LocalizedKey;
|
|
42
45
|
}
|
|
43
46
|
export type KeyboardType = 'default' | 'email-address' | 'numeric' | 'phone-pad' | 'number-pad' | 'decimal-pad';
|