# `GSPathSegment.attributes`

*Instance Property*

## Declaration

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

```objc
@property (nonatomic, strong) NSDictionary<NSString *,id> * attributes;
```

```python
attributes() -> dict[str, object]
setAttributes_(attributes: dict[str, object])
```

