Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.47 KB

SpiralBinding.md

File metadata and controls

39 lines (29 loc) · 1.47 KB

MissionControl.SpiralBinding

Properties

Name Type Description Notes
id String
createdAt Date
updatedAt Date
fileReferences [FileReference]
kind String The kind of the finishing. Spiral binding is a binding method in which a metal or plastic thread that has been shaped into a sprial is inserted into punched holes in order to bind multiple singatures or parts together.
shape String The shape of the binding comb. Defaults to `single` if not set.
hanger Boolean Whether or not a hanger is attached in the center of the binding. This hanger can be used to attach the printed item to a wall (i.e. calendars).
diameter String The diameter of the rings in the comb given in the `dimension_unit`.
dimensionsUnit String The unit for the dimensions given in `diameter`. Must be set if `diameter` is set.

Enum: KindEnum

  • spiralBinding (value: "spiral_binding")

Enum: ShapeEnum

  • single (value: "single")
  • twin (value: "twin")

Enum: DimensionsUnitEnum

  • cm (value: "cm")
  • foot (value: "foot")
  • inch (value: "inch")
  • m (value: "m")
  • mm (value: "mm")
  • pica (value: "pica")
  • point (value: "point")