# HotkeyRecorderValidationContext

Defined in: [recorder-options.ts:26](https://github.com/TanStack/hotkeys/blob/main/packages/hotkeys/src/recorder-options.ts#L26)

## Properties

### event

```ts
event: KeyboardEvent;
```

Defined in: [recorder-options.ts:27](https://github.com/TanStack/hotkeys/blob/main/packages/hotkeys/src/recorder-options.ts#L27)

***

### parsedHotkey

```ts
parsedHotkey: ParsedHotkey;
```

Defined in: [recorder-options.ts:28](https://github.com/TanStack/hotkeys/blob/main/packages/hotkeys/src/recorder-options.ts#L28)
