@eclipse-glsp/client
Version:
A sprotty-based client for GLSP
12 lines • 602 B
TypeScript
import { Command, CommandExecutionContext, GModelRoot } from '@eclipse-glsp/sprotty';
import { SelectFeedbackAction } from '../../base/selection-service';
export declare class SelectFeedbackCommand extends Command {
action: SelectFeedbackAction;
static readonly KIND = "selectFeedback";
private sprottySelectCommand;
constructor(action: SelectFeedbackAction);
execute(context: CommandExecutionContext): GModelRoot;
undo(context: CommandExecutionContext): GModelRoot;
redo(context: CommandExecutionContext): GModelRoot;
}
//# sourceMappingURL=select-feedback-command.d.ts.map