Search
ItemLabel.locked Property
See Also
 





Gets or sets a value indicating whether users are allowed to edit this label.

Namespace: MindFusion.Diagramming
File: ItemLabel.js

 Syntax

JavaScript  Copy Code

get locked() {}
set locked(value) {}

 Property Value

Boolean

true to prevent users from editing this label, or false otherwise.

 See Also