Sprotty
Toggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Class. Edit Label Action Handler

sprotty / EditLabelActionHandler

Class: EditLabelActionHandler

Defined in: packages/sprotty/src/features/edit/edit-label-ui.ts:37

Shows a UI extension for editing a label on emitted EditLabelActions.

Implements

Constructors

Constructor

new EditLabelActionHandler(): EditLabelActionHandler

Returns

EditLabelActionHandler

Methods

handle()

handle(action): void | Action | ICommand

Defined in: packages/sprotty/src/features/edit/edit-label-ui.ts:38

Parameters

action

Action

Returns

void | Action | ICommand

Implementation of

IActionHandler.handle