# HotkeyRegistrationsResult

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

Return type for useHotkeyRegistrations.

## Properties

### hotkeys

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

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

All registered hotkeys (public view, no callbacks)

***

### sequences

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

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

All registered sequences
