Editable Data Type

Class for instances of editables

Properties
name data type constraints description
element string   the element id
partname string   the partname
readonly boolean required boolean the readonly

Example

{
  "element" : "...",
  "partname" : "...",
  "readonly" : true
}