# KeyboardEventMatch

Defined in: [match.ts:13](https://github.com/TanStack/hotkeys/blob/main/packages/hotkeys/src/match.ts#L13)

## Properties

### identity?

```ts
optional identity: object;
```

Defined in: [match.ts:17](https://github.com/TanStack/hotkeys/blob/main/packages/hotkeys/src/match.ts#L17)

#### code

```ts
code: string;
```

#### key

```ts
key: string;
```

***

### matched

```ts
matched: boolean;
```

Defined in: [match.ts:14](https://github.com/TanStack/hotkeys/blob/main/packages/hotkeys/src/match.ts#L14)

***

### score

```ts
score: 0 | 1 | 2 | 3;
```

Defined in: [match.ts:15](https://github.com/TanStack/hotkeys/blob/main/packages/hotkeys/src/match.ts#L15)

***

### source?

```ts
optional source: "key" | "code" | "fallback";
```

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