@skedulo/mex-types 1.58.0 → 1.59.0
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.
|
@@ -164,6 +164,11 @@ export interface TextEditorFeaturesModel {
|
|
|
164
164
|
* @label: Use Barcode and QR Scanner
|
|
165
165
|
*/
|
|
166
166
|
useBarcodeAndQRScanner?: boolean;
|
|
167
|
+
/**
|
|
168
|
+
* @label: Use Voice to Text
|
|
169
|
+
* @version 2.4.5
|
|
170
|
+
*/
|
|
171
|
+
useVoiceToText?: boolean;
|
|
167
172
|
}
|
|
168
173
|
/**
|
|
169
174
|
* @area Components
|