Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Action

Action that is requested by the user.

Hierarchy

  • Action

Index

Properties

Readonly defaultKeybinding

defaultKeybinding: string

The keybinding, that will be assigned to action by default. When binding, existing shortcut will be kept, to this can be changed freely.

Readonly description

description: string

Action user-friendly name. It will be displayed in the shortcuts configuration window.

Readonly key

key: string

Action key. It will be used as the key in the shortcuts configuration file. Better not use any special characters and spaces, but it is allowed. To keep things simple and not break any user shortcuts in the future - do not change this. It is only valuable to the computer and not the human. The human sees @see description

Methods

execute

  • execute(): void

executeWithoutLayoutOverride

  • executeWithoutLayoutOverride(): void

Generated using TypeDoc