initialized
Summary
Keymanweb core module initialization state flag.
Syntax
keyman.initialized
Type
Integer
Access
Read only
Return Value
0
(if KeymanWeb is not initialized) or 1
(if initialized)
Description
Please note that this is included for legacy reasons from Keyman 1.0. Rather than blocking on this flag, it is
safe to call keyman.init()
instead to ensure initialization, so long as the page has
already loaded.