mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-15 21:29:23 +00:00
Deprecate the following obsolete functions and properties: * `keyman.helpURL` * `keyman.util.rgba` * `keyman.util.toFloat` * `keyman.util.toNumber` * `keyman.util.toNzString` Use correct language for code blocks in Keyman Engine for Web documentation. Test-bot: skip
436 B
436 B
| title |
|---|
| helpURL (deprecated) |
Summary
URL for keyboard help site.
Syntax
keyman.helpURL
Type
string
Access
Read only
Return Value
Always returns "https://help.keyman.com/go".
Description
This property should not be used; full URLs for keyboard help for keyboards provided through Keyman Cloud are available in the Keyman Cloud APIs.
History
19.0: deprecated