Skip to main content

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

NameDescription
afterEditorCloseFires after the inline editor of the item is closed
afterEditorEditingFires after the text value of an item is edited via the inline editor
afterEditorOpenFires after the inline editor of an item is opened
beforeEditorCloseFires before the inline editor of an item is closed
beforeEditorEditingFires before the text value of an item is edited via the inline editor
beforeEditorOpenFires before the inline editor of an item is opened