# `GSEditViewController.tempData`

*Instance Property*

## Declaration

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

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

[See also `tempData` in the Python API](https://docu.glyphsapp.com/#GSEditViewController.tempData)

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

