GapsSnapIndicator

See source code
Table of contents
interface GapsSnapIndicator {}

Properties

direction

direction: "horizontal" | "vertical";

gaps

gaps: Array<{
  endEdge: [VecLike, VecLike];
  startEdge: [VecLike, VecLike];
}>;

id

id: string;

type

type: "gaps";

Prev
EditorProviderProps
Next
Geometry2dOptions