Search
ItemEventArgs.newText Property
See Also
 





Gets the text that has just been entered by the user.

Namespace: MindFusion.Diagramming
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get newText() {}

 Property Value

String

A string containing newly entered text.

 See Also