feat: add executeSetControlProperties api #391
This commit is contained in:
@@ -892,6 +892,16 @@ instance.command.executeSetControlValue(payload: ISetControlValueOption)
|
||||
instance.command.executeSetControlExtension(payload: ISetControlExtensionOption)
|
||||
```
|
||||
|
||||
## executeSetControlProperties
|
||||
|
||||
功能:设置控件属性
|
||||
|
||||
用法:
|
||||
|
||||
```javascript
|
||||
instance.command.executeSetControlProperties(payload: ISetControlProperties)
|
||||
```
|
||||
|
||||
## executeSetControlHighlight
|
||||
|
||||
功能:设置控件高亮(根据关键词)
|
||||
|
||||
Reference in New Issue
Block a user