tuil
ReferencePackages@mwillbanks/tuil-hotkeysAPI

HotkeyConflict

interface exported by @mwillbanks/tuil-hotkeys.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-hotkeys.

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

Members

MemberTypeRequiredDescriptionRelated types
keysstringYesThe keys member uses the string contract.
bindingsreadonly HotkeyBinding[]YesThe bindings member uses the readonly HotkeyBinding[] contract.HotkeyBinding
resolvedHotkeyBindingYesThe 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.

Source

View the secondary source reference

Package

@mwillbanks/tuil-hotkeys

On this page