HotkeyConflict
interface exported by @mwillbanks/tuil-hotkeys.
interface
Public interface exported by @mwillbanks/tuil-hotkeys.
export interface HotkeyConflict {
readonly keys: string;
readonly bindings: readonly HotkeyBinding[];
readonly resolved: HotkeyBinding;
}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 |
resolved | HotkeyBinding | Yes | The resolved member uses the HotkeyBinding contract. | HotkeyBinding |
Parameters
This declaration has no public members.
Returns
This declaration does not return a value.
Throws
No thrown errors are documented for this declaration.
Related types
Source
View the secondary source reference