Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 17.0Version 16.0 (current version)Version 15.0Version 14.0Version 13.0Version 12.0Version 11.0Version 10.0Version 2.0Version 1.0 (home page)

On this page

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.