SelectionCorner

See source code
type SelectionCorner =
  | "bottom_left"
  | "bottom_right"
  | "top_left"
  | "top_right";
Prev
SafeId
Next
SelectionEdge