Interface KeybindingManifestEntry

interface KeybindingManifestEntry {
    args?: (null | string | number | boolean)[];
    command: string;
    key: string;
    mac?: string;
    when?: string;
}

Hierarchy

  • KeybindingBase
    • KeybindingManifestEntry

Properties

args?: (null | string | number | boolean)[]
command: string
key: string
mac?: string
when?: string

Generated using TypeDoc