mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
14 lines
218 B
Markdown
14 lines
218 B
Markdown
---
|
|
title: IKeymanOption::DefaultValue Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanOption::DefaultValue` property returns the default value for
|
|
the option.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly variant DefaultValue
|
|
```
|