mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
1 KiB
1 KiB
| title |
|---|
| IKeymanOption Interface |
Introduction
The IKeymanOption interface describes a user-configurable option in
Keyman Engine.
Interface Hierarchy
IDispatch
IKeymanOption
Properties
DefaultValueread only- Returns the default value for the option.
Enabledread only- Returns
Trueif the option is currently enabled for the user. Groupread only- Returns a grouping identifier for the option.
IDread only- Returns an identifier for the option. Identifiers are mapped to user-readable strings in the user interface translation files.
OptionTyperead only- Returns the value data type supported by the option, one of
kotBool,kotStringorkotLong. Value- Reads or sets the current value for the option.