Interface IKeybindingRule

Expand description

A keybinding rule.

interface IKeybindingRule {
    command?: string;
    commandArgs?: any;
    keybinding: number;
    when?: string;
}

Properties§

§command?: string
§commandArgs?: any
§keybinding: number
§when?: string