tuil
ReferencePackages@mwillbanks/tuil-hotkeysAPI

HotkeyMetadata

interface exported by @mwillbanks/tuil-hotkeys.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-hotkeys.

export interface HotkeyMetadata {
  readonly title?: string;
  readonly description?: string;
  readonly category?: string;
  readonly commandId?: string;
  readonly visibleInHelp?: boolean;
  readonly platforms?: readonly NodeJS.Platform[];
}

Members

MemberTypeRequiredDescriptionRelated types
titlestring | undefinedNoThe title member uses the string | undefined contract.
descriptionstring | undefinedNoThe description member uses the string | undefined contract.
categorystring | undefinedNoThe category member uses the string | undefined contract.
commandIdstring | undefinedNoThe commandId member uses the string | undefined contract.
visibleInHelpboolean | undefinedNoThe visibleInHelp member uses the boolean | undefined contract.
platformsreadonly NodeJS.Platform[] | undefinedNoThe platforms member uses the readonly NodeJS.Platform[] | undefined contract.

Parameters

This declaration has no public members.

Returns

This declaration does not return a value.

Throws

No thrown errors are documented for this declaration.

No package-local related types.

Source

View the secondary source reference

Package

@mwillbanks/tuil-hotkeys

On this page