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