# `GSFeaBlock.tempData`

*Instance Property*

A dictionary that stores data that is not written to disk.

## Declaration

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

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

```python
tempData() -> dict
setTempData_(tempData: dict)
```

