Class StitchColorTotals

A model class representing total stitch counts by stitch type

Hierarchy

Constructors

  • Parameters

    • colorId: number

      The ID of the color of the stitches being totaled

    • Optional totalFullStitches: number

      The total amount of full stitches using this color

    • Optional totalThreeQuarterStitches: number

      The total amount of three quarter stitches using this color

    • Optional totalHalfStitches: number

      The total amount of half stitches using this color

    • Optional totalQuarterStitches: number

      The total amount of quarter stitches using this color

    • Optional totalBackStitches: number

      The total amount of back stitches using this color

    • Optional totalLongStitches: number

      The total amount of long stitches using this color

    Returns StitchColorTotals

Properties

colorId: number

The ID of the color of the stitches being totaled

totalBackStitches?: number

The total amount of back stitches

totalFullStitches?: number

The total amount of full stitches

totalHalfStitches?: number

The total amount of half stitches

totalLongStitches?: number

The total amount of long stitches

totalQuarterStitches?: number

The total amount of quarter stitches

totalThreeQuarterStitches?: number

The total amount of three quarter stitches

Generated using TypeDoc