Tag Data Type

Class for instances of tags

Properties
name data type constraints description
element string   the element
tagname string   the tagname
onlyeditables boolean required boolean true if the tag only contains editables, false if not
editables array of Editable   the editables

Example

{
  "element" : "...",
  "tagname" : "...",
  "onlyeditables" : true,
  "editables" : [ {
    "element" : "...",
    "partname" : "...",
    "readonly" : true
  }, {
    "element" : "...",
    "partname" : "...",
    "readonly" : true
  } ]
}