Constraint: {
    type: "SCALE" | "WIDTH" | "HEIGHT";
    value: number;
}

Type declaration

  • type: "SCALE" | "WIDTH" | "HEIGHT"
  • value: number

Generated using TypeDoc