Type alias Knit

Knit: FeatureBase & {
    kind: "feature.knit";
    makeSolid?: boolean;
    result: string;
    sources: Selector[];
    tolerance?: Scalar;
}

Type declaration

  • kind: "feature.knit"
  • Optional makeSolid?: boolean
  • result: string
  • sources: Selector[]
  • Optional tolerance?: Scalar