mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
33 lines
754 B
Markdown
33 lines
754 B
Markdown
---
|
|
title: IKeymanOptions Interface
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanOptions` interface lists options available in Keyman Engine.
|
|
These options are distinct from the
|
|
[`IKeymanKeyboardOptions`](../IKeymanKeyboardOptions) which control how
|
|
specific keyboard layouts operate.
|
|
|
|
## Interface Hierarchy
|
|
|
|
`IDispatch`
|
|
|
|
> [`IKeymanObject`](../IKeymanObject)
|
|
>
|
|
> > [`IKeymanCollection`](../IKeymanCollection)
|
|
> >
|
|
> > > **`IKeymanOptions`**
|
|
|
|
## Properties
|
|
|
|
[`Items[Index]`](Items) <span class="readonly">read only</span>
|
|
: Returns an [`IKeymanOption`](../IKeymanOption) reference by `Index`.
|
|
|
|
## Methods
|
|
|
|
[`Apply()`](Apply)
|
|
: Applies changes to options to Keyman Engine.
|
|
|
|
[`IndexOf()`](IndexOf)
|
|
: Gets the index of an option by ID in the collection.
|