Class for instances of editables
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 }