Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.14 KB

LayoutCreate.md

File metadata and controls

32 lines (22 loc) · 1.14 KB

MissionControl.LayoutCreate

Properties

Name Type Description Notes
contents [BoxCreate] [optional]
format String The format that is used for the layout description. Currently only the `box` format is supported, but in the future this will be extended with a path based format as well. Third party applications must support the `box` format, support of path based formats is optional, but required for everything packaging related. [optional]
version String The version of the layout description schema used here. Might be a numeric value or a string. [optional]
unit String The unit of measurement used for all measures inside this layout [optional]

Enum: FormatEnum

  • box (value: "box")

Enum: VersionEnum

  • _1 (value: "1")

Enum: UnitEnum

  • mm (value: "mm")
  • cm (value: "cm")
  • pt (value: "pt")
  • pica (value: "pica")
  • pixel (value: "pixel")
  • inch (value: "inch")