<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [BaseXPriorityQueue](./x-components.basexpriorityqueue.md) &gt; [keys](./x-components.basexpriorityqueue.keys.md)

## BaseXPriorityQueue.keys property

The `keys` property of a [XPriorityQueue](./x-components.xpriorityqueue.md) represents the keys of that queue. The value is an array of the parametrized `Key` type.

**Signature:**

```typescript
get keys(): (keyof SomeRecord)[];
```
