spiegel-keyman/web/docs/engine/reference/osk/show.md
Marc Durdin 6c145cb775 refactor(web): move web engine help to app repo
Note: build.sh updated to make sure that test:help build action:target
doesn't also call test.sh by adding `:_all` meta-target.

Note: CI will need a new help-keyman-com.sh build step to deploy web
engine help.

Fixes: #12347
2024-10-31 11:00:06 +07:00

27 lines
344 B
Markdown

---
title: show
---
## Summary
Display, hide or toggle OSK visibility.
## Syntax
```c
keyman.osk.show(mode);
```
### Parameters
`mode`
: Type: `boolean` *optional*
: `true` to display, `false` to hide, omitted to toggle.
### Return Value
`undefined`
## Description
Visibility will be toggled on or off if the argument is omitted.