Theia API Documentation v1.65.0
    Preparing search index...

    A command handler is an implementation of a command.

    A command can have multiple handlers but they should be active in different contexts, otherwise first active will be executed.

    Type Parameters

    • S extends Object

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    selectionService: SelectionService
    toSelection: (arg: any) => undefined | S

    Methods