Theia API Documentation v1.65.0
    Preparing search index...
    interface KeybindingContext {
        id: string;
        isEnabled(arg: Keybinding): boolean;
    }
    Index

    Properties

    Methods

    Properties

    id: string

    The unique ID of the current context.

    Methods