()
| 119 | } |
| 120 | |
| 121 | getInputs(): PatternFactoryInput[] { |
| 122 | return [ |
| 123 | this.knittingStyleInput, this.lengthInput, this.sectionCountInput, |
| 124 | ...this.sections.flatMap((s) => s.getInputs()) |
| 125 | ]; |
| 126 | } |
| 127 | |
| 128 | build(): Pattern { |
| 129 | const output = new Pattern(); |