Public typealias

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

VecLike

Source

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

EVENT_NAME_MAPGeometry2d