feat: add executeUpdateOptions api #571
This commit is contained in:
@@ -911,3 +911,13 @@ Usage:
|
||||
```javascript
|
||||
instance.command.executeSetControlHighlight(payload: ISetControlHighlightOption)
|
||||
```
|
||||
|
||||
## executeUpdateOptions
|
||||
|
||||
Feature: Update options
|
||||
|
||||
Usage:
|
||||
|
||||
```javascript
|
||||
instance.command.executeUpdateOptions(payload: IUpdateOption)
|
||||
```
|
||||
|
||||
@@ -911,3 +911,13 @@ instance.command.executeSetControlProperties(payload: ISetControlProperties)
|
||||
```javascript
|
||||
instance.command.executeSetControlHighlight(payload: ISetControlHighlightOption)
|
||||
```
|
||||
|
||||
## executeUpdateOptions
|
||||
|
||||
功能:修改配置
|
||||
|
||||
用法:
|
||||
|
||||
```javascript
|
||||
instance.command.executeUpdateOptions(payload: IUpdateOption)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user