mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
916 B
916 B
| title |
|---|
| KeymanPackage.Key class |
Summary
The KeymanPackage.Key class serves as a unique identifier for packages.
Syntax
KeymanPackage.Key.field
Description
The KeymanPackage.Key class is used within the KeymanEngine by installed resources when there is a need to find and/or use their source packages. Such operations only succeed with installed packages.
Fields
id: String- The package's id string.
Generally speaking, this is the filename for the package file once the file extension (
.kmpfor keyboard packages,.model.kmpfor lexical model packages) has been removed. type: LanguageResourceType- An enum representing resource types supported by the KeymanEngine. May be either
.keyboard(for aKeyboardKeymanPackage) or.lexicalModel(for aLexicalModelKeymanPackage).
History
Added in Keyman Engine for iPhone and iPad 14.0.