tencentcloud-sdk-nodejs-essbasic 4.1.50 → 4.1.52
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.
package/package.json
CHANGED
|
@@ -376,8 +376,8 @@ export interface Component {
|
|
|
376
376
|
LockComponentValue?: boolean;
|
|
377
377
|
/**
|
|
378
378
|
* **web嵌入发起合同场景下**,是否禁止移动和删除填写和签署控件
|
|
379
|
-
<ul><li> <b>false(默认)</b>
|
|
380
|
-
<li> <b>true</b> :
|
|
379
|
+
<ul><li> <b>false(默认)</b> :可以移动和删除控件</li>
|
|
380
|
+
<li> <b>true</b> : 禁止移动和删除控件</li></ul>
|
|
381
381
|
*/
|
|
382
382
|
ForbidMoveAndDelete?: boolean;
|
|
383
383
|
}
|