GapsSnapIndicator
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
id
Public propertysignature
Signature
id: string
type
Public propertysignature
Signature
type: 'gaps'