mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
15 lines
318 B
Markdown
15 lines
318 B
Markdown
---
|
|
title: IKeyman::Packages Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeyman::Packages` property returns the Keyman
|
|
[`IKeymanPackagesInstalled`](../IKeymanPackagesInstalled) interface
|
|
which provides a list of installed Keyman keyboard packages.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly IKeymanPackagesInstalled* Packages
|
|
```
|