spiegel-keyman/web/docs/engine/reference/events/keyman/loaduserinterface.md
Eberhard Beilharz 58915062f8
docs(web): add language identifier to the code blocks of event docs
Build-bot: skip
Test-bot: skip
2026-08-10 14:17:56 +02:00

444 B

title
keyman.loaduserinterface Event

Summary

Called to initiate the ui initialization process.

Syntax

keyman.addEventListener('loaduserinterface', function() {
  ...
});

Parameters

None.

Return Value

boolean
true if the event should continue processing, false if it should not. Your event handler should return true aside from exceptional circumstances.

Description

...