feat: add set and get control value api #278

This commit is contained in:
Hufe921
2023-09-15 22:42:22 +08:00
parent c45317eced
commit f754741f32
12 changed files with 280 additions and 20 deletions
+13
View File
@@ -178,3 +178,16 @@ Usage:
```javascript
const groupIds = await instance.command.getGroupIds()
```
## getControlValue
Feature: Get control value
Usage:
```javascript
const {
value: string | null
innerText: string | null
} = await instance.command.getControlValue(payload: IGetControlValueOption)
```