# HotkeyConflict

Source: /tuil/docs/reference/packages/hotkeys/api/hotkey-conflict
Locale: en

interface exported by @mwillbanks/tuil-hotkeys.



{/* Generated by tooling/docs/generate-reference.ts. */}

## interface [#interface]

Public interface exported by `@mwillbanks/tuil-hotkeys`.

```ts
export interface HotkeyConflict {
  readonly keys: string;
  readonly bindings: readonly HotkeyBinding[];
  readonly resolved: HotkeyBinding;
}
```

## Members [#members]

| Member     | Type                       | Required | Description                                                         | Related types                                                          |
| ---------- | -------------------------- | -------- | ------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| `keys`     | `string`                   | Yes      | The `keys` member uses the `string` contract.                       | —                                                                      |
| `bindings` | `readonly HotkeyBinding[]` | Yes      | The `bindings` member uses the `readonly HotkeyBinding[]` contract. | [`HotkeyBinding`](/tuil/docs/reference/packages/hotkeys/api/hotkey-binding) |
| `resolved` | `HotkeyBinding`            | Yes      | The `resolved` member uses the `HotkeyBinding` contract.            | [`HotkeyBinding`](/tuil/docs/reference/packages/hotkeys/api/hotkey-binding) |

## Parameters [#parameters]

This declaration has no public members.

## Returns [#returns]

This declaration does not return a value.

## Throws [#throws]

No thrown errors are documented for this declaration.

## Related types [#related-types]

* [`HotkeyBinding`](/tuil/docs/reference/packages/hotkeys/api/hotkey-binding)

## Source [#source]

[View the secondary source reference](https://github.com/mwillbanks/tuil/blob/main/packages/hotkeys/src/index.ts)

## Package [#package]

[@mwillbanks/tuil-hotkeys](/tuil/docs/reference/packages/hotkeys)
