@skedulo/mex-types 1.6.7 → 1.6.8
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.
|
@@ -218,8 +218,9 @@ export interface SignatureEditorViewComponentModel extends CommonEditorViewCompo
|
|
|
218
218
|
/**
|
|
219
219
|
* @area Components
|
|
220
220
|
* @value toggleEditor
|
|
221
|
-
* @description
|
|
221
|
+
* @description Switch between two opposing states
|
|
222
222
|
* @label Toggle
|
|
223
|
+
* @fieldOrders []
|
|
223
224
|
*/
|
|
224
225
|
export interface ToggleEditorViewComponentModel extends CommonEditorViewComponentModel {
|
|
225
226
|
/**
|
|
@@ -255,7 +256,7 @@ export interface ToggleEditorItemModel {
|
|
|
255
256
|
*/
|
|
256
257
|
offValue: any;
|
|
257
258
|
/**
|
|
258
|
-
* @label
|
|
259
|
+
* @label Title
|
|
259
260
|
*/
|
|
260
261
|
text: LocalizedKey;
|
|
261
262
|
}
|