feat: add executeInsertControl api

This commit is contained in:
Hufe921
2024-07-10 19:43:15 +08:00
parent b024050b3e
commit e5b3d05991
4 changed files with 41 additions and 0 deletions
+10
View File
@@ -932,6 +932,16 @@ instance.command.executeSetControlHighlight(payload: ISetControlHighlightOption)
instance.command.executeLocationControl(controlId: string)
```
## executeInsertControl
功能:插入控件
用法:
```javascript
instance.command.executeInsertControl(payload: IElement)
```
## executeUpdateOptions
功能:修改配置