Type alias SketchConstraintPointRef

SketchConstraintPointRef: {
    entity: ID;
    handle?: "start" | "end" | "center" | "point" | "corner";
}

Type declaration

  • entity: ID
  • Optional handle?: "start" | "end" | "center" | "point" | "corner"