Interface KeybindingContext

interface KeybindingContext {
    id: string;
    isEnabled(arg): boolean;
}

Properties

Methods

Properties

id: string

The unique ID of the current context.

Methods