feat: add executeLocationControl api #592
This commit is contained in:
@@ -912,6 +912,16 @@ Usage:
|
||||
instance.command.executeSetControlHighlight(payload: ISetControlHighlightOption)
|
||||
```
|
||||
|
||||
## executeLocationControl
|
||||
|
||||
Feature: Positioning and activating control
|
||||
|
||||
Usage:
|
||||
|
||||
```javascript
|
||||
instance.command.executeLocationControl(controlId: string)
|
||||
```
|
||||
|
||||
## executeUpdateOptions
|
||||
|
||||
Feature: Update options
|
||||
|
||||
@@ -912,6 +912,16 @@ instance.command.executeSetControlProperties(payload: ISetControlProperties)
|
||||
instance.command.executeSetControlHighlight(payload: ISetControlHighlightOption)
|
||||
```
|
||||
|
||||
## executeLocationControl
|
||||
|
||||
功能:定位并激活控件
|
||||
|
||||
用法:
|
||||
|
||||
```javascript
|
||||
instance.command.executeLocationControl(controlId: string)
|
||||
```
|
||||
|
||||
## executeUpdateOptions
|
||||
|
||||
功能:修改配置
|
||||
|
||||
Reference in New Issue
Block a user