Table of contents

Public interface

Signature
interface GapsSnapIndicator {}
Source

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


Properties

direction

Public propertysignature

Signature
direction: 'horizontal' | 'vertical'

gaps

Public propertysignature

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

VecLike


id

Public propertysignature

Signature
id: string

type

Public propertysignature

Signature
type: 'gaps'

EVENT_NAME_MAPGeometry2d