# `GSFlowSegmentedControl.action`

*Instance Property*

## Declaration

```swift
var action: Selector? { get set }
```

```objc
@property (nonatomic, assign) SEL action;
```

```python
action() -> SEL
setAction_(action: SEL)
```

