Singleton registry of all available keyboard layouts.
Call getInstance to obtain the shared instance and then use getLayoutById to look up a layout by its identifier.
Readonly
The complete set of layouts registered with this manager.
Looks up a layout by its identifier.
The identifier of the desired layout.
The matching Layout, or undefined if none is found.
undefined
Static
Returns the singleton LayoutManager instance, creating it on first call.
Singleton registry of all available keyboard layouts.
Call getInstance to obtain the shared instance and then use getLayoutById to look up a layout by its identifier.