mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
15 lines
339 B
Markdown
15 lines
339 B
Markdown
---
|
|
title: IKeymanPackage::Keyboards Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanPackage::Keyboards` property returns an
|
|
[`IKeymanPackageContentKeyboards`](../IKeymanPackageContentKeyboards)
|
|
reference which lists the keyboards included within the package.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly IKeymanPackageContentKeyboards* Keyboards
|
|
```
|