Search results

ITextEditEventArgs API in Vue Diagram API component

ITextEditEventArgs - ITextEditEventArgs notifies when the label of an element undergoes editing

Properties

annotation

ShapeAnnotationModel | PathAnnotationModel | TextModel

returns an annotation which is being edited.

cancel

boolean

returns whether to cancel the event.

newValue

string

returns the new text value of the element.

oldValue

string

returns the old text value of the element.