Interface CommandKeyBinding

Key Binding of a command

interface CommandKeyBinding {
    id: string;
    value: string;
}

Properties

Properties

id: string

Identifier of the command.

value: string

Value of the keyBinding