Class. Close Popup Action Handler
sprotty / ClosePopupActionHandler
Defined in: packages/sprotty/src/features/hover/hover.ts:306
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 ClosePopupActionHandler():
ClosePopupActionHandler
ClosePopupActionHandler
protected
popupOpen:boolean
=false
Defined in: packages/sprotty/src/features/hover/hover.ts:307
handle(
action
):void
|Action
|ICommand
Defined in: packages/sprotty/src/features/hover/hover.ts:309
Action
void
| Action
| ICommand