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)
+10
View File
@@ -892,6 +892,16 @@ instance.command.executeSetControlValue(payload: ISetControlValueOption)
instance.command.executeSetControlExtension(payload: ISetControlExtensionOption)
```
## executeSetControlProperties
功能:设置控件属性
用法:
```javascript
instance.command.executeSetControlProperties(payload: ISetControlProperties)
```
## executeSetControlHighlight
功能:设置控件高亮(根据关键词)