keyman.loaduserinterface Event
Summary
Called after a KeymanWeb UI has been loaded and initialized.
Syntax
keyman.addEventListener('loaduserinterface', function() {
...
});
Parameters
None.
Return Value
booleantrueif the next event handler should be called,falseif it should not. Your event handler should returntrueaside from exceptional circumstances.
Description
If no UI module has been loaded, then this event will not be called. If a UI is
loaded by script before KeymanWeb, it will be initialized at the end of
KeymanWeb's initialization sequence, but before the init promise resolves and
before initialized is set to 2.


