feat: add getControlList api #455

This commit is contained in:
Hufe921
2024-03-14 20:38:47 +08:00
parent 788f96aa89
commit 0523fc257a
5 changed files with 44 additions and 0 deletions
+10
View File
@@ -212,6 +212,16 @@ const {
} = await instance.command.getControlValue(payload: IGetControlValueOption)
```
## getControlList
功能:获取所有控件
用法:
```javascript
const controlList = await instance.command.getControlList()
```
## getContainer
功能:获取编辑器容器