mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-21 15:57:42 +00:00
444 B
444 B
| title |
|---|
| keyman.loaduserinterface Event |
Summary
Called to initiate the ui initialization process.
Syntax
keyman.addEventListener('loaduserinterface', function() {
...
});
Parameters
None.
Return Value
booleantrueif the event should continue processing,falseif it should not. Your event handler should returntrueaside from exceptional circumstances.
Description
...