Skip to main content

Interface: InterlacementVal

Defined in: draft/types.ts:91

represents a location within a draft as well as the value (stored at that locaiton)

Param

is the row/weft number (0 being at the top of the drawdown)

Param

is the column/warp number (0 being at the far left of the drawdown)

Param

the value to be assigned at the given location. Will be true (for heddle up), false (for heddle down), or null for unset

Properties

i

i: number

Defined in: draft/types.ts:92


j

j: number

Defined in: draft/types.ts:93


val

val: boolean

Defined in: draft/types.ts:94