Interface. Iaction Handler
sprotty / IActionHandler
Defined in: packages/sprotty/src/base/actions/action-handler.ts:28
An action handler accepts an action and reacts to it by returning either a command to be executed, or another action to be dispatched.
handle(
action):void|Action|ICommand
Defined in: packages/sprotty/src/base/actions/action-handler.ts:29
Action
void | Action | ICommand