Public typealias

Signature
type GapsSnapIndicator = {
  id: string
  type: 'gaps'
  direction: 'horizontal' | 'vertical'
  gaps: Array<{
    startEdge: [VecLike, VecLike]
    endEdge: [VecLike, VecLike]
  }>
}
References

VecLike

Source

packages/editor/src/lib/editor/managers/SnapManager/SnapManager.ts

EVENT_NAME_MAPGeometry2d