Class. Command Action Handler
sprotty / CommandActionHandler
Defined in: packages/sprotty/src/base/commands/command-registration.ts:24
An action handler accepts an action and reacts to it by returning either a command to be executed, or another action to be dispatched.
new CommandActionHandler(
commandRegistration
):CommandActionHandler
Defined in: packages/sprotty/src/base/commands/command-registration.ts:25
CommandActionHandler
handle(
action
):ICommand
Defined in: packages/sprotty/src/base/commands/command-registration.ts:28
Action