Type alias iattrViewType

iattrViewType: "radio" | "listbox" | "email" | "check" | "tel" | "url" | "longtext" | "optEnum" | "optUserEnum" | "view" | "mdText" | "html" | "code" | "image" | "password" | "clip" | "color" | "meter" | "percent" | "hint" | "json" | "label"

attributes allowed for description of the attriute view - wider list then DataType CAUTION: should not-contain dataTypes

  • some views are special and describes special modules that could not be loaded from select:
    • view: represents subview - another view loaded separately; it is nor allowed in the list view!

Notes:

  • View types are not used by the backend methods
  • Use objectFunction.viewT2dataT to convert the view attribute to the data attribute. Check the method for right type assignment