SnapToEnum: {
    Auto: "auto";
    Bottom: "bottom";
    Left: "left";
    Right: "right";
    Top: "top";
} = ...

Type declaration

  • Readonly Auto: "auto"
  • Readonly Bottom: "bottom"
  • Readonly Left: "left"
  • Readonly Right: "right"
  • Readonly Top: "top"