# `GSPathSegment.objects`

*Instance Property*

## Declaration

```swift
var objects: [Any]? { get set }
```

```objc
@property (nonatomic, strong) NSArray * objects;
```

```python
objects() -> list
setObjects_(objects: list)
```

