Options
All
  • Public
  • Public/Protected
  • All
Menu

An interface describing a JupyterLab keyboard shortcut.

Hierarchy

  • PartialJSONObject
    • IShortcut

Index

Properties

Optional args

args: PartialJSONObject

The optional arguments passed into the shortcut's command.

command

command: string

The command invoked by the shortcut.

Optional disabled

disabled: boolean

Whether a keyboard shortcut is disabled. False by default.

keys

keys: string[]

The key combination of the shortcut.

selector

selector: string

The CSS selector applicable to the shortcut.

Generated using TypeDoc