spiegel-keyman/windows/docs/engine/api/IKeymanOptions/index.md
2024-10-31 10:17:54 +07:00

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.