# HotkeySequenceRecorderValidationContext

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

## Properties

### events

```ts
events: readonly KeyboardEvent[];
```

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

***

### parsedSequence

```ts
parsedSequence: readonly ParsedHotkey[];
```

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