# HotkeyRegistrationsResult

# Interface: HotkeyRegistrationsResult

Defined in: [useHotkeyRegistrations.ts:15](https://github.com/TanStack/hotkeys/blob/main/packages/preact-hotkeys/src/useHotkeyRegistrations.ts#L15)

Return type for useHotkeyRegistrations.

## Properties

### hotkeys

```ts
hotkeys: HotkeyRegistrationView[];
```

Defined in: [useHotkeyRegistrations.ts:17](https://github.com/TanStack/hotkeys/blob/main/packages/preact-hotkeys/src/useHotkeyRegistrations.ts#L17)

All registered hotkeys (public view, no callbacks)

***

### sequences

```ts
sequences: SequenceRegistrationView[];
```

Defined in: [useHotkeyRegistrations.ts:19](https://github.com/TanStack/hotkeys/blob/main/packages/preact-hotkeys/src/useHotkeyRegistrations.ts#L19)

All registered sequences
