Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1004 Bytes

SaddleStitch.md

File metadata and controls

28 lines (21 loc) · 1004 Bytes

MissionControl.SaddleStitch

Properties

Name Type Description Notes
id String
createdAt Date
updatedAt Date
fileReferences [FileReference]
kind String The kind of the finishing. A saddle stitch is a form of binding in which the center of the fold is placed across the saddle of the stitcher and then wire staples are driven through and clinched on the inside.
stapleShape String The shape of the staples used for the stitch
staples Number The number of staples used for the entire stitch

Enum: KindEnum

  • saddleStitch (value: "saddle_stitch")

Enum: StapleShapeEnum

  • butted (value: "butted")
  • clinchedOut (value: "clinched_out")
  • crown (value: "crown")
  • eyelet (value: "eyelet")
  • overlap (value: "overlap")