mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
Ensure that the IME interface methods are all defined for both browser and webview modes. Deprecate 'Element' methods and replace with 'TextStore' to clarify return type. Add deprecation flags where needed and update documentation accordingly. Fixes: #16144
30 lines
353 B
Markdown
30 lines
353 B
Markdown
---
|
|
title: HideHelp (deprecated)
|
|
---
|
|
|
|
## Summary
|
|
|
|
Hides the OSK (visual help).
|
|
|
|
## Syntax
|
|
|
|
```js
|
|
keyman.interface.HideHelp();
|
|
keyman.interface.hideHelp();
|
|
KeymanWeb.HideHelp();
|
|
KeymanWeb.hideHelp();
|
|
```
|
|
|
|
### Parameters
|
|
|
|
None.
|
|
|
|
### Return Value
|
|
|
|
`undefined`
|
|
|
|
### Replaced By
|
|
|
|
This function is deprecated; see instead:
|
|
|
|
[`keyman.osk.hide()`](../osk/hide)
|