@@ -5,7 +5,7 @@ title: AngularHotkeyRecorder
55
66# Interface: AngularHotkeyRecorder
77
8- Defined in: [ injectHotkeyRecorder.ts:7 ] ( https://github.com/TanStack/hotkeys/blob/main/packages/angular-hotkeys/src/injectHotkeyRecorder.ts#L7 )
8+ Defined in: [ injectHotkeyRecorder.ts:15 ] ( https://github.com/TanStack/hotkeys/blob/main/packages/angular-hotkeys/src/injectHotkeyRecorder.ts#L15 )
99
1010## Properties
1111
@@ -15,7 +15,7 @@ Defined in: [injectHotkeyRecorder.ts:7](https://github.com/TanStack/hotkeys/blob
1515readonly cancelRecording : () => void ;
1616```
1717
18- Defined in: [ injectHotkeyRecorder.ts:17 ] ( https://github.com/TanStack/hotkeys/blob/main/packages/angular-hotkeys/src/injectHotkeyRecorder.ts#L17 )
18+ Defined in: [ injectHotkeyRecorder.ts:25 ] ( https://github.com/TanStack/hotkeys/blob/main/packages/angular-hotkeys/src/injectHotkeyRecorder.ts#L25 )
1919
2020Cancel recording without saving
2121
@@ -31,7 +31,7 @@ Cancel recording without saving
3131readonly isRecording : () => boolean ;
3232```
3333
34- Defined in: [ injectHotkeyRecorder.ts:9 ] ( https://github.com/TanStack/hotkeys/blob/main/packages/angular-hotkeys/src/injectHotkeyRecorder.ts#L9 )
34+ Defined in: [ injectHotkeyRecorder.ts:17 ] ( https://github.com/TanStack/hotkeys/blob/main/packages/angular-hotkeys/src/injectHotkeyRecorder.ts#L17 )
3535
3636Whether recording is currently active
3737
@@ -47,7 +47,7 @@ Whether recording is currently active
4747readonly recordedHotkey : () => Hotkey | null ;
4848```
4949
50- Defined in: [ injectHotkeyRecorder.ts:11 ] ( https://github.com/TanStack/hotkeys/blob/main/packages/angular-hotkeys/src/injectHotkeyRecorder.ts#L11 )
50+ Defined in: [ injectHotkeyRecorder.ts:19 ] ( https://github.com/TanStack/hotkeys/blob/main/packages/angular-hotkeys/src/injectHotkeyRecorder.ts#L19 )
5151
5252The currently recorded hotkey (for live preview)
5353
@@ -63,7 +63,7 @@ The currently recorded hotkey (for live preview)
6363readonly startRecording : () => void ;
6464```
6565
66- Defined in: [ injectHotkeyRecorder.ts:13 ] ( https://github.com/TanStack/hotkeys/blob/main/packages/angular-hotkeys/src/injectHotkeyRecorder.ts#L13 )
66+ Defined in: [ injectHotkeyRecorder.ts:21 ] ( https://github.com/TanStack/hotkeys/blob/main/packages/angular-hotkeys/src/injectHotkeyRecorder.ts#L21 )
6767
6868Start recording a new hotkey
6969
@@ -79,7 +79,7 @@ Start recording a new hotkey
7979readonly stopRecording : () => void ;
8080```
8181
82- Defined in: [ injectHotkeyRecorder.ts:15 ] ( https://github.com/TanStack/hotkeys/blob/main/packages/angular-hotkeys/src/injectHotkeyRecorder.ts#L15 )
82+ Defined in: [ injectHotkeyRecorder.ts:23 ] ( https://github.com/TanStack/hotkeys/blob/main/packages/angular-hotkeys/src/injectHotkeyRecorder.ts#L23 )
8383
8484Stop recording (same as cancel)
8585
0 commit comments