mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 18:05:32 +00:00
docs(web): adds link to API docs
This commit is contained in:
parent
588841593c
commit
17e010fd39
1 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ export class KeymanEngine extends KeymanEngineBase<ContextManager, KeyEventKeybo
|
|||
* Description Return object with activation state of UI:
|
||||
* activationPending (bool): KMW being activated
|
||||
* activated (bool): KMW active
|
||||
*
|
||||
* See https://help.keyman.com/DEVELOPER/ENGINE/WEB/16.0/reference/core/getUIState
|
||||
*/
|
||||
getUIState(): FocusStateAPIObject {
|
||||
return this.contextManager.focusAssistant.getUIState();
|
||||
|
|
@ -34,6 +36,8 @@ export class KeymanEngine extends KeymanEngineBase<ContextManager, KeyEventKeybo
|
|||
/**
|
||||
* Set or clear the IsActivatingKeymanWebUI flag (exposed function)
|
||||
*
|
||||
* See https://help.keyman.com/DEVELOPER/ENGINE/WEB/16.0/reference/core/activatingUI
|
||||
*
|
||||
* @param {(boolean|number)} state Activate (true,false)
|
||||
*/
|
||||
activatingUI(state: boolean | number) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue