Skip to content

Commit a91282a

Browse files
nmetulevCopilot
andcommitted
Revert manual edit to auto-generated npm-usage.md
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 57c0b44 commit a91282a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/npm-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ function uiGetProperty(options?: UiGetPropertyOptions): Promise<WinappResult>
495495

496496
### `uiGetValue()`
497497

498-
Read the current value from an element. Uses smart fallback: TextPattern (RichEditBox, Document), ValuePattern (TextBox, Slider), SelectionPattern (ComboBox, RadioButton, TabView), then Name (labels). Usage: winapp ui get-value <selector> -a <app>
498+
Read the current value from an element. Tries TextPattern (RichEditBox, Document), ValuePattern (TextBox, ComboBox, Slider), then Name (labels). Usage: winapp ui get-value <selector> -a <app>
499499

500500
```typescript
501501
function uiGetValue(options?: UiGetValueOptions): Promise<WinappResult>

0 commit comments

Comments
 (0)