interface SnappingTool {
    allowedSnapTypes: SnapType[];
    snapTypes: SnapType[];
}

Implemented by

Properties

allowedSnapTypes: SnapType[]
snapTypes: SnapType[]