# HotkeysProviderOptions

# Interface: HotkeysProviderOptions

Defined in: [HotkeysProvider.tsx:10](https://github.com/TanStack/hotkeys/blob/main/packages/react-hotkeys/src/HotkeysProvider.tsx#L10)

## Properties

### hotkey?

```ts
optional hotkey: Partial<UseHotkeyOptions>;
```

Defined in: [HotkeysProvider.tsx:11](https://github.com/TanStack/hotkeys/blob/main/packages/react-hotkeys/src/HotkeysProvider.tsx#L11)

***

### hotkeyRecorder?

```ts
optional hotkeyRecorder: Partial<HotkeyRecorderOptions>;
```

Defined in: [HotkeysProvider.tsx:12](https://github.com/TanStack/hotkeys/blob/main/packages/react-hotkeys/src/HotkeysProvider.tsx#L12)

***

### hotkeySequence?

```ts
optional hotkeySequence: Partial<UseHotkeySequenceOptions>;
```

Defined in: [HotkeysProvider.tsx:13](https://github.com/TanStack/hotkeys/blob/main/packages/react-hotkeys/src/HotkeysProvider.tsx#L13)

***

### hotkeySequenceRecorder?

```ts
optional hotkeySequenceRecorder: Partial<HotkeySequenceRecorderOptions>;
```

Defined in: [HotkeysProvider.tsx:14](https://github.com/TanStack/hotkeys/blob/main/packages/react-hotkeys/src/HotkeysProvider.tsx#L14)
