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 @@ Usage:
instance.command.executeLocationControl(controlId: string)
```
## executeInsertControl
Feature: Insert control
Usage:
```javascript
instance.command.executeInsertControl(payload: IElement)
```
## executeUpdateOptions
Feature: Update options