x4js - v2.2.49
    Preparing search index...

    Description of a command contribution

    interface ICommandDescriptor {
        id: string;
        run: ICommandHandler;
    }
    Index
    id: string

    An unique identifier of the contributed command.

    Callback that will be executed when the command is triggered.