feat: add set active zone api

This commit is contained in:
Hufe921
2023-11-29 20:07:05 +08:00
parent 1455a2afb2
commit 6b30e3ca9d
4 changed files with 27 additions and 0 deletions
+10
View File
@@ -862,6 +862,16 @@ Usage:
instance.command.executeLocationGroup(groupId: string)
```
## executeSetZone
Feature: Set active zone (header, main, footer)
Usage:
```javascript
instance.command.executeSetZone(zone: EditorZone)
```
## executeSetControlValue
Feature: Set control value