feat: add location property to executeLocationControl api #753

Co-authored-by: Hufe921 <huangyunfeihufe@hotmail.com>
This commit is contained in:
junestars
2024-08-17 22:00:18 +08:00
committed by GitHub
co-authored by Hufe921
parent 7a6dd753e5
commit d1a1aaa6ae
6 changed files with 29 additions and 7 deletions
+1 -1
View File
@@ -929,7 +929,7 @@ Feature: Positioning and activating control
Usage:
```javascript
instance.command.executeLocationControl(controlId: string)
instance.command.executeLocationControl(controlId: string, options?: ILocationControlOption)
```
## executeInsertControl
+1 -1
View File
@@ -929,7 +929,7 @@ instance.command.executeSetControlHighlight(payload: ISetControlHighlightOption)
用法:
```javascript
instance.command.executeLocationControl(controlId: string)
instance.command.executeLocationControl(controlId: string, options?: ILocationControlOption)
```
## executeInsertControl