# `GSAxis.userData`

*Instance Property*

## Declaration

```swift
var userData: [String : Any] { get set }
```

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

```python
userData() -> dict[str, object]
setUserData_(userData: dict[str, object])
```

## Discussion

Place to store data.

Here it is possible to store something. Please use a unique key. The objects should be able to serialize to a plist. If they are not, they should return all infos to store in description (as String).

