Skip to content

2.1 Global Types

Jonas de Luna Skulberg edited this page Oct 6, 2023 · 3 revisions

Here are some globally used types in Graphica.

InputPosition:

Point | Vector2 | [number, number];

Draggable:

  | undefined
  | "unrestricted"
  | "horizontal"
  | "vertical"
  | ConstrainFunction;
Clone this wiki locally