feat: add executeSetControlProperties api #391

This commit is contained in:
Hufe921
2024-01-28 15:23:36 +08:00
parent 2fc16de4e1
commit 3ffb6b94b5
6 changed files with 85 additions and 1 deletions
+10
View File
@@ -892,6 +892,16 @@ Usage:
instance.command.executeSetControlExtension(payload: ISetControlExtensionOption)
```
## executeSetControlProperties
Feature: Set control properties
Usage:
```javascript
instance.command.executeSetControlProperties(payload: ISetControlProperties)
```
## executeSetControlHighlight
Feature: Set control highlight (by keyword)