# `GSFlowSegmentedControl.target`

*Instance Property*

## Declaration

```swift
weak var target: AnyObject? { get set }
```

```objc
@property (nonatomic, weak) id target;
```

```python
target() -> object
setTarget_(target: object)
```

