mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
15 lines
266 B
Markdown
15 lines
266 B
Markdown
---
|
|
title: IKeymanOption::ID Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanOption::ID` property returns the identifier of the option.
|
|
The friendly name for the identifier will be found in the locale
|
|
translation file.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly string ID
|
|
```
|