TanStack

KeyboardEventMatch

Defined in: match.ts:13

Properties

identity?

ts
optional identity: object;

Defined in: match.ts:17

code

ts
code: string;

key

ts
key: string;

matched

ts
matched: boolean;

Defined in: match.ts:14


score

ts
score: 0 | 1 | 2 | 3;

Defined in: match.ts:15


source?

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

Defined in: match.ts:16