VisibleForEdit: Number;
The VisibleForEdit property determines when the attribute can be edited in MDM dictionary element card.
Use JSON or the setVisibleForEdit method to set the property value, and the getVisibleForEdit method to get the property value.
This property may have the following values:
Value |
Brief description |
0 |
The attribute can never be edited. |
1 |
Attribute always can be edited. |
2 |
Attribute can be edited if it is not hidden. |
The example of use is given on the page with description of the Attribute constructor.
See also: