GapsSnapIndicator
Public typealias
Signature
type GapsSnapIndicator = {
id: string
type: 'gaps'
direction: 'horizontal' | 'vertical'
gaps: Array<{
startEdge: [VecLike, VecLike]
endEdge: [VecLike, VecLike]
}>
}
References
Source
packages/editor/src/lib/editor/managers/SnapManager/SnapManager.ts