InlineEditor events overview
The API set for controlling the process of editing the text of items by double-click on the text. The API can be used both in the diagram and in the editor.
Events
| Name | Description |
|---|---|
| afterEditorClose | Fires after the inline editor of the item is closed |
| afterEditorEditing | Fires after the text value of an item is edited via the inline editor |
| afterEditorOpen | Fires after the inline editor of an item is opened |
| beforeEditorClose | Fires before the inline editor of an item is closed |
| beforeEditorEditing | Fires before the text value of an item is edited via the inline editor |
| beforeEditorOpen | Fires before the inline editor of an item is opened |