A model class representing the calculated total stitch counts by stitch type & stitch color for a given pattern

Hierarchy

Constructors

  • Parameters

    • Optional totalFullStitches: number

      The total amount of full stitches in the pattern

    • Optional totalThreeQuarterStitches: number

      The total amount of three quarter stitches in the pattern

    • Optional totalHalfStitches: number

      The total amount of half stitches in the pattern

    • Optional totalQuarterStitches: number

      The total amount of quarter stitches in the pattern

    • Optional totalBackStitches: number

      The total amount of back stitches in the pattern

    • Optional totalLongStitches: number

      The total amount of long stitches in the pattern

    • Optional stitchColorTotals: StitchColorTotals[]

      A list of StichTotals for each color in the pattern

    Returns PatternTotals

Properties

stitchColorTotals?: StitchColorTotals[]

A list of StichTotals for each color in the pattern

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