# `GSToolSelect allowsPathSegmentInteraction`

*Instance Method*

Whether clicks close to an outline segment may select or manipulate that segment.

## Declaration

```swift
func allowsPathSegmentInteraction() -> Bool
```

```objc
- (BOOL) allowsPathSegmentInteraction;
```

```python
allowsPathSegmentInteraction() -> bool
```

