An object which represents a key binding.

Notes

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

Hierarchy

  • IKeyBinding

Properties

Properties

The arguments for the command.

command: string

The command executed when the binding is matched.

keys: readonly string[]

The key sequence for the binding.

selector: string

The CSS selector for the binding.

Generated using TypeDoc