mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
26 lines
594 B
Markdown
26 lines
594 B
Markdown
---
|
|
title: IKeymanPackageContentKeyboards Interface
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanPackageContentKeyboards` interface lists the keyboards
|
|
included in the package.
|
|
|
|
## Interface Hierarchy
|
|
|
|
`IDispatch`
|
|
|
|
> [`IKeymanObject`](../IKeymanObject)
|
|
>
|
|
> > [`IKeymanCollection`](../IKeymanCollection)
|
|
> >
|
|
> > > [`IKeymanKeyboards`](../IKeymanKeyboards)
|
|
> > >
|
|
> > > > **`IKeymanPackageContentKeyboards`**
|
|
|
|
## Properties
|
|
|
|
[`Items[Index]`](Items) <span class="readonly">read only</span>
|
|
: Returns an [`IKeymanKeyboard`](../IKeymanKeyboard) reference for the
|
|
keyboard identified by `Index`.
|