CanvasReferencePoint type

Defines the refernece point of a canvas. The reference point is the origin used for panning and zooming operations.

type CanvasReferencePoint = "topLeft" | "center"