mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
15 lines
313 B
Markdown
15 lines
313 B
Markdown
---
|
|
title: IKeyman::Options Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeyman::Options` property returns the Keyman
|
|
[`IKeymanOptions`](../IKeymanOptions) interface which provides a list of
|
|
configuration settings and values in Keyman Engine for Windows.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly IKeymanOptions* Options
|
|
```
|