Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IKeyBinding

An object which represents a key binding.

Notes

A key binding is an immutable object created by a registry.

Hierarchy

  • IKeyBinding

Index

Properties

Properties

args

args: ReadonlyJSONObject

The arguments for the command.

command

command: string

The command executed when the binding is matched.

keys

keys: ReadonlyArray<string>

The key sequence for the binding.

selector

selector: string

The CSS selector for the binding.

Generated using TypeDoc