# HotkeyRegistrationsResult

# Interface: HotkeyRegistrationsResult

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

Return type for useHotkeyRegistrations.

## Properties

### hotkeys

```ts
hotkeys: Ref<HotkeyRegistrationView[]>;
```

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

All registered hotkeys (public view, no callbacks)

***

### sequences

```ts
sequences: Ref<SequenceRegistrationView[]>;
```

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

All registered sequences
