Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IKeyboardShortcutData

interface

IKeyboardShortcutData

Hierarchy

  • IKeyboardShortcutData

Index

Properties

artifactId

artifactId: number

Artifact ID of the custom shortcut.

fieldData

Field data associated with the choice

type

{IShortcutFieldData}

hotkey

Combination of pressed keys needed to fire the keyboard shortcut action

type

{IKeyCombination}

name

name: string

Keyboard shortcut name/action

type

{string}

type

type: string

Type of keyboard shortcut: System, Choice, or Field

type

{string}