PropertyLayoutEntryList Data Type

Properties
name data type description
entries array of PropertyLayoutEntry

Example

{
  "entries" : [ {
    "type" : "EXECUTEBUTTON",
    "row" : 12345,
    "column" : 12345,
    "height" : 12345,
    "paddingX" : 12345,
    "width" : 12345,
    "paddingY" : 12345,
    "orientation" : "EAST",
    "fill" : "NONE",
    "weightX" : 12345.0,
    "weightY" : 12345.0,
    "gapTop" : 12345,
    "gapRight" : 12345,
    "gapBottom" : 12345,
    "gapLeft" : 12345,
    "mandatory" : true,
    "heading" : true,
    "name" : "...",
    "text" : "...",
    "id" : 12345
  }, {
    "type" : "LABEL",
    "row" : 12345,
    "column" : 12345,
    "height" : 12345,
    "paddingX" : 12345,
    "width" : 12345,
    "paddingY" : 12345,
    "orientation" : "NORTH",
    "fill" : "NONE",
    "weightX" : 12345.0,
    "weightY" : 12345.0,
    "gapTop" : 12345,
    "gapRight" : 12345,
    "gapBottom" : 12345,
    "gapLeft" : 12345,
    "mandatory" : true,
    "heading" : true,
    "name" : "...",
    "text" : "...",
    "id" : 12345
  } ]
}