# `GSTTStem.deltas`

*Instance Property*

The deltas.

## Declaration

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

```objc
@property (nonatomic, strong) NSDictionary * deltas;
```

```python
deltas() -> dict
setDeltas_(deltas: dict)
```

